Skip to content

Commit

Permalink
Change helm stable repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-lysenok committed Dec 16, 2020
1 parent 9ed14c2 commit 43a5900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/kube_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43a5900

Please sign in to comment.