diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-03-30 15:15:15 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-03-30 15:15:15 -0700 |
commit | 6dd06feb82d5eeba199ac9cb3ef8d4e7718e6d18 (patch) | |
tree | a38bc8fe802decfd5114bd52b2e4ccd4a808285f /kud/hosting_providers/containerized | |
parent | 705fad712373e73463fff22a3136e6e92b372048 (diff) |
Set helm stable repo URL value to updated URL
Issue-ID: MULTICLOUD-1323
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Iac2046b6df4f76efc7f7745567740fffb9b8e72a
Diffstat (limited to 'kud/hosting_providers/containerized')
-rw-r--r-- | kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml index 18a55035..30e8bc42 100644 --- a/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml +++ b/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml @@ -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 |