diff --git a/app/common/kube_api.py b/app/common/kube_api.py index 829cac8..c1ea198 100644 --- a/app/common/kube_api.py +++ b/app/common/kube_api.py @@ -196,7 +196,7 @@ def execute_command(self, command, kube_env): return res, logs def setup_ca(self, kube_env, cluster_name, region): - command = "helm repo add stable https://kubernetes-charts.storage.googleapis.com/" + command = "helm repo add stable https://charts.helm.sh/stable" self.execute_command(command, kube_env) command = "kubectl create namespace cluster-autoscaler"