Skip to content

Commit bebc5ef

Browse files
Merge pull request #807 from codecentric/renovate/istio-monorepo
chore(deps): update istio monorepo to v1.28.1
2 parents 42fa954 + 1e0934c commit bebc5ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

infrastructure/istio/helmfile.d/05-istio-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

infrastructure/istio/helmfile.d/06-istio-cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

infrastructure/istio/helmfile.d/10-istiod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

infrastructure/istio/helmfile.d/11-istio-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)