Loading go-apps/meep-virt-engine/entrypoint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading playbooks/roles/helm/tasks/install.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
go-apps/meep-virt-engine/entrypoint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
playbooks/roles/helm/tasks/install.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading