From 3bd288f2e76be68730661afc2b913451403fe332 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 19 Jul 2026 02:44:39 +0800 Subject: [PATCH] fix: use k8s internal registry DNS --- deploy/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 1926832..1802ada 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -1,6 +1,6 @@ # Default values image: - registry: 127.0.0.1:5000 + registry: zot-registry.cicd.svc.cluster.local:5000 name: demo-go-api tag: latest pullPolicy: Always