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: []