From b40f1ebcfe525382b6fede0bb672b2ae173ad506 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 21 Jul 2026 23:02:43 +0800 Subject: [PATCH] ci: switch registry to external harbor --- 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 743a856..ef7c01b 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -1,6 +1,6 @@ # Default values image: - registry: 192.168.1.212:1180/library + registry: harbor.cjjhc.top/library name: demo-go-api tag: latest pullPolicy: Always