Commit bf39f05e authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Updated Incubator repository locations to new one

parent 73aac590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
set -e

# Configure & update helm repo
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
helm repo add incubator https://charts.helm.sh/incubator
helm repo update

# Start virt engine
+1 −2
Original line number Diff line number Diff line
@@ -8,10 +8,9 @@
    state: present

- name: "Enable incubator charts"
  shell: "helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ --kubeconfig .kube/config"
  shell: "helm repo add incubator https://charts.helm.sh/incubator --kubeconfig .kube/config"
  tags: helm

- name: "Repo Update"
  shell: "helm repo update --kubeconfig .kube/config"
  tags: helm