Skip to content

Update istio operator to version 1.1.1 #18349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/istio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: istio
version: 1.19.0
appVersion: 1.19.0
version: 1.19.3
appVersion: 1.19.3
tillerVersion: ">=2.7.2-0"
description: Kyma 2.0 Helm chart for Istio Operator resource
keywords:
Expand Down
2 changes: 1 addition & 1 deletion resources/istio/templates/istio-manager-config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kind: IstioOperatorConfiguration
tag: "1.1.0"
tag: "1.1.1"
8 changes: 4 additions & 4 deletions resources/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ global:
# these definitions aren't used by the chart, but they are required by external tool for list generation
istio_proxyv2:
name: "proxyv2"
version: "1.19.0-distroless"
version: "1.19.3-distroless"
directory: "prod/external/istio"
istio_pilot:
name: "pilot"
version: "1.19.0-distroless"
version: "1.19.3-distroless"
directory: "prod/external/istio"
istio_install-cni:
name: "install-cni"
version: "1.19.0-distroless"
version: "1.19.3-distroless"
directory: "prod/external/istio"
istio_operator_image:
name: "istio-manager"
version: "1.1.0"
version: "1.1.1"
directory: "prod"