From 5b046a1d58f2528249577f4962851ffa48730702 Mon Sep 17 00:00:00 2001 From: Jian Zhu Date: Mon, 3 Jun 2024 21:46:24 +0800 Subject: [PATCH] Update helm chart repo url (#432) Signed-off-by: zhujian --- pkg/cmd/init/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/init/exec.go b/pkg/cmd/init/exec.go index 45e71cf85..ca02a2d68 100644 --- a/pkg/cmd/init/exec.go +++ b/pkg/cmd/init/exec.go @@ -30,7 +30,7 @@ import ( ) var ( - url = "https://openclustermanagement.blob.core.windows.net/releases/" + url = "https://open-cluster-management.io/helm-charts" repoName = "ocm" chartName = "multicluster-controlplane" releaseName = "multicluster-controlplane"