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

Merge pull request #176 from InterDigitalInc/hotfix-1.6.1

Hotfix 1.6.1: helm incubator repo change (master)
parents c99c6e5e a31729f0
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"