Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update istio #178

Merged
merged 14 commits into from Sep 20, 2019
Merged
17 changes: 5 additions & 12 deletions releases/istio-init.yaml
@@ -1,13 +1,6 @@
repositories:
# Get chart from Istio GitHub repo (helm repo deprecated)
# See https://github.com/aslafy-z/helm-git/issues/6
# - name: "istio.io"
# # url: "git+https://github.com/istio/cni@deployments/kubernetes/install/helm/istio-cni?ref=1.1.4"
# url: "git+https://github.com/istio/cni@deployments/kubernetes/install/helm/istio-cni?ref=de2ae6dcce2cd3ac55823b9aa099c2b462a8ba6e"
- name: "istio"
# Cannot use release tags, see https://github.com/aslafy-z/helm-git/issues/9
# url: "git+https://github.com/istio/istio@install/kubernetes/helm?ref=1.1.4"
url: "git+https://github.com/istio/istio@install/kubernetes/helm?ref=bc7465793cbff4c4189639b3f404e21c517cbdc6"
- name: istio.io
url: https://storage.googleapis.com/istio-release/releases/{{ coalesce (env "ISTIO_INIT_IMAGE_TAG") (env "ISTIO_IMAGE_TAG") "1.3.0" }}/charts

releases:

Expand All @@ -30,14 +23,14 @@ releases:
namespace: "istio-system"
vendor: "istio"
default: "true"
chart: "istio/istio-init"
version: "1.1.0"
chart: "istio.io/istio-init"
version: "{{ coalesce (env "ISTIO_INIT_IMAGE_TAG") (env "ISTIO_IMAGE_TAG") "1.3.0" }}"
wait: true
installed: {{ env "ISTIO_INSTALLED" | default "true" }}
values:
- certmanager:
enabled: {{ env "ISTIO_CERTMANAGER_ENABLED" | default "true" }}
global:
hub: "docker.io/istio"
tag: "{{ coalesce (env "ISTIO_INIT_IMAGE_TAG") (env "ISTIO_IMAGE_TAG") "1.1.4" }}"
tag: "{{ coalesce (env "ISTIO_INIT_IMAGE_TAG") (env "ISTIO_IMAGE_TAG") "1.3.0" }}"
pullPolicy: "IfNotPresent"