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:
host: cabinet.test.sova.local
image:
tag: cabinet-v1.0.1-test
tag: local-test
pullPolicy: IfNotPresent
repository: git.sova.local/sova/cabinet
imagePullSecrets:
- name: gitea-registry
repository: sova-cabinet
imagePullSecrets: []
+3 -4
View File
@@ -1,8 +1,7 @@
ingress:
host: docs.sova.local
image:
tag: docs-v1.0.1-test
tag: local-test
pullPolicy: IfNotPresent
repository: git.sova.local/sova/docs
imagePullSecrets:
- name: gitea-registry
repository: sova-docs
imagePullSecrets: []