aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2021-04-28 21:25:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-28 21:25:35 +0000
commit02f01e2ac4899298f72ad7c699cd405fc630575f (patch)
tree4de0f210f69ca4fa8b4a555173b182d3e7364530
parent4ff7900c3c74fa6b497af6d1e36f81e08a193d83 (diff)
parent6dd06feb82d5eeba199ac9cb3ef8d4e7718e6d18 (diff)
Merge "Set helm stable repo URL value to updated URL"
-rw-r--r--kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml1
-rw-r--r--kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml1
2 files changed, 2 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
diff --git a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
index 5b06b788..8d4795be 100644
--- a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
+++ b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
@@ -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