Skip to content

Commit

Permalink
hotfix: helm incubator repo change
Browse files Browse the repository at this point in the history
  • Loading branch information
roymx committed Jan 4, 2021
1 parent c99c6e5 commit a31729f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go-apps/meep-virt-engine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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
exec /meep-virt-engine
exec /meep-virt-engine
2 changes: 1 addition & 1 deletion playbooks/roles/helm/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a31729f

Please sign in to comment.