File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
infrastructure/istio/helmfile.d Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ releases:
99 - name : istio-base
1010 namespace : istio-system
1111 chart : istio/base
12- version : 1.15.0
12+ version : 1.28.1
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ releases:
99 - name : istio-cni
1010 namespace : kube-system
1111 chart : istio/cni
12- version : 1.15.0
12+ version : 1.28.1
1313 installed : {{ eq .Environment.Name "cni" | toYaml }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releases:
99 - name : istiod
1010 namespace : istio-system
1111 chart : istio/istiod
12- version : 1.15.0
12+ version : 1.28.1
1313 wait : true
1414 values :
1515 - ./values/istiod.values.yaml.gotmpl
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ releases:
1111 - name : istio-ingressgateway
1212 namespace : istio-ingress
1313 chart : istio/gateway
14- version : 1.15.0
14+ version : 1.28.1
1515 # this fails the installation because helm waits for the loadbalancer to get an ip.
1616 # But the IP is not available until someone runs minikube tunnel
1717 # wait: true
You can’t perform that action at this time.
0 commit comments