From 3668141b528e930c99f23442166d43f8965212ea Mon Sep 17 00:00:00 2001 From: test Date: Tue, 21 Jul 2026 23:02:41 +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 d53b92f..e6c6ce2 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-frontend tag: "36c8dce3" pullPolicy: Always