From 5536d7759422ace6ae80e6ea88ef0da490a7541b Mon Sep 17 00:00:00 2001 From: sova-bootstrap Date: Thu, 28 May 2026 12:09:38 +0300 Subject: [PATCH] chore: use local-test images for docs and cabinet until first CI tag --- apps/cabinet/values-test.yaml | 7 +++---- apps/docs/values-test.yaml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/cabinet/values-test.yaml b/apps/cabinet/values-test.yaml index f5629a7..8e5afc3 100644 --- a/apps/cabinet/values-test.yaml +++ b/apps/cabinet/values-test.yaml @@ -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: [] diff --git a/apps/docs/values-test.yaml b/apps/docs/values-test.yaml index 2cadbfb..7e6ca27 100644 --- a/apps/docs/values-test.yaml +++ b/apps/docs/values-test.yaml @@ -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: []