Set helm stable repo URL value to updated URL 30/120030/1
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 30 Mar 2021 22:15:15 +0000 (15:15 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Tue, 30 Mar 2021 22:15:15 +0000 (15:15 -0700)
Issue-ID: MULTICLOUD-1323
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Iac2046b6df4f76efc7f7745567740fffb9b8e72a

kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml
kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml

index 18a5503..30e8bc4 100644 (file)
@@ -51,6 +51,7 @@ local_volume_provisioner_enabled: true
 
 # Helm deployment
 helm_enabled: true
+helm_stable_repo_url: "https://charts.helm.sh/stable"
 
 # Kube-proxy proxyMode configuration.
 # NOTE: Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and
index 5b06b78..8d4795b 100644 (file)
@@ -52,6 +52,7 @@ local_volume_provisioner_enabled: true
 
 # Helm deployment
 helm_enabled: true
+helm_stable_repo_url: "https://charts.helm.sh/stable"
 
 # Kube-proxy proxyMode configuration.
 # NOTE: Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and