Skip to content

Commit 74251d2

Browse files
author
Tim Riffer
authored
Update istio version (#18349)
1 parent c8441e5 commit 74251d2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

resources/istio/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: istio
3-
version: 1.19.0
4-
appVersion: 1.19.0
3+
version: 1.19.3
4+
appVersion: 1.19.3
55
tillerVersion: ">=2.7.2-0"
66
description: Kyma 2.0 Helm chart for Istio Operator resource
77
keywords:
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kind: IstioOperatorConfiguration
2-
tag: "1.1.0"
2+
tag: "1.1.1"

resources/istio/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ global:
55
# these definitions aren't used by the chart, but they are required by external tool for list generation
66
istio_proxyv2:
77
name: "proxyv2"
8-
version: "1.19.0-distroless"
8+
version: "1.19.3-distroless"
99
directory: "prod/external/istio"
1010
istio_pilot:
1111
name: "pilot"
12-
version: "1.19.0-distroless"
12+
version: "1.19.3-distroless"
1313
directory: "prod/external/istio"
1414
istio_install-cni:
1515
name: "install-cni"
16-
version: "1.19.0-distroless"
16+
version: "1.19.3-distroless"
1717
directory: "prod/external/istio"
1818
istio_operator_image:
1919
name: "istio-manager"
20-
version: "1.1.0"
20+
version: "1.1.1"
2121
directory: "prod"

0 commit comments

Comments
 (0)