Skip to content

Commit

Permalink
Update istio (#178)
Browse files Browse the repository at this point in the history
* Added istio
  • Loading branch information
goruha committed Sep 20, 2019
1 parent a632c36 commit 1e629fc
Show file tree
Hide file tree
Showing 2 changed files with 781 additions and 30 deletions.
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"

0 comments on commit 1e629fc

Please sign in to comment.