From bc827211e2db5f2dd12493bab20c8956b386aa61 Mon Sep 17 00:00:00 2001 From: dingben Date: Tue, 13 Aug 2024 18:33:36 +0800 Subject: [PATCH] fix: tag version error (#73) --- deploy/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 848eba8..e2aeba1 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -7,9 +7,9 @@ replicaCount: 1 image: repository: apecloud/kubebench pullPolicy: IfNotPresent - registry: registry.cn-hangzhou.aliyuncs.com + registry: apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.9" + tag: "0.0.10" imagePullSecrets: [] nameOverride: ""