From 344db64b84d6911daa9416b9f9e1fd559a76f05c Mon Sep 17 00:00:00 2001 From: sova-ci Date: Thu, 28 May 2026 11:16:50 +0300 Subject: [PATCH] fix(test): git.sova.local repo for k3s node image pull --- apps/adminpanel/values-test.yaml | 2 +- apps/backend/values-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/adminpanel/values-test.yaml b/apps/adminpanel/values-test.yaml index 3569c50..d25e1d5 100644 --- a/apps/adminpanel/values-test.yaml +++ b/apps/adminpanel/values-test.yaml @@ -5,6 +5,6 @@ runtimeEnv: image: tag: adminpanel-v1.0.1-test pullPolicy: IfNotPresent - repository: gitea-http.gitea.svc.cluster.local:3000/sova/adminpanel + repository: git.sova.local/sova/adminpanel imagePullSecrets: - name: gitea-registry diff --git a/apps/backend/values-test.yaml b/apps/backend/values-test.yaml index dc247ac..1d4ba35 100644 --- a/apps/backend/values-test.yaml +++ b/apps/backend/values-test.yaml @@ -3,7 +3,7 @@ ingress: image: tag: backend-v1.0.1-test pullPolicy: IfNotPresent - repository: gitea-http.gitea.svc.cluster.local:3000/sova/backend + repository: git.sova.local/sova/backend imagePullSecrets: - name: gitea-registry env: