Skip to content

Commit

Permalink
fix: pin istio versions
Browse files Browse the repository at this point in the history
Unpinned versions caused version mismatch in deployed helm charts and
deployed container images.
  • Loading branch information
denniseffing committed Mar 11, 2022
1 parent 623525c commit 38c5e08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/istio/helmfile.d/05-istio-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ releases:
- name: istio-base
namespace: istio-system
chart: istio/base
version: 1.12.5
1 change: 1 addition & 0 deletions infrastructure/istio/helmfile.d/06-istio-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ releases:
- name: istio-cni
namespace: kube-system
chart: istio/cni
version: 1.12.5
installed: {{ eq .Environment.Name "cni" | toYaml }}
1 change: 1 addition & 0 deletions infrastructure/istio/helmfile.d/10-istiod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ releases:
- name: istiod
namespace: istio-system
chart: istio/istiod
version: 1.12.5
wait: true
values:
- ./values/istiod.values.yaml.gotmpl
1 change: 1 addition & 0 deletions infrastructure/istio/helmfile.d/11-istio-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ releases:
- name: istio-ingressgateway
namespace: istio-ingress
chart: istio/gateway
version: 1.12.5
# this fails the installation because helm waits for the loadbalancer to get an ip.
# But the IP is not available until someone runs minikube tunnel
#wait: true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
tag: 1.12.2
tag: 1.12.5
tracer:
zipkin:
address: jaeger-collector.istio-system.svc.cluster.local:9411
Expand Down

0 comments on commit 38c5e08

Please sign in to comment.