Commit a31729f0 authored by Michel Roy's avatar Michel Roy
Browse files

hotfix: helm incubator repo change

parent c99c6e5e
Loading
Loading
Loading
Loading
+2 −2
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 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    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"