chore: use local-test images for docs and cabinet until first CI tag

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:38 +03:00
parent ea70b96d0c
commit 5536d77594
2 changed files with 6 additions and 8 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
ingress: ingress:
host: cabinet.test.sova.local host: cabinet.test.sova.local
image: image:
tag: cabinet-v1.0.1-test tag: local-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/cabinet repository: sova-cabinet
imagePullSecrets: imagePullSecrets: []
- name: gitea-registry
+3 -4
View File
@@ -1,8 +1,7 @@
ingress: ingress:
host: docs.sova.local host: docs.sova.local
image: image:
tag: docs-v1.0.1-test tag: local-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/docs repository: sova-docs
imagePullSecrets: imagePullSecrets: []
- name: gitea-registry