Unverified Commit bb788655 authored by Mike Roy's avatar Mike Roy Committed by GitHub
Browse files

Merge pull request #175 from nikhildoifode/na-1165

Updated helm charts Incubator repository locations to new one
parents 73aac590 bf39f05e
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