Skip to content

Commit 337a405

Browse files
authored
feat: upgrade istio to 1.20 (#1590)
1 parent 8c044e6 commit 337a405

File tree

5 files changed

+4
-224
lines changed

5 files changed

+4
-224
lines changed

Diff for: apps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ appsInfo:
176176
integration: Otomi integrated ingress-nginx into an advanced ingress architecture.
177177
istio:
178178
title: Istio Operator
179-
appVersion: 1.17.4
179+
appVersion: 1.20.5
180180
repo: https://github.com/istio/istio
181181
maintainers: Istio
182182
relatedLinks:

Diff for: charts/istio-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v1
22
name: istio-operator
33
# This version is never actually shipped. istio/release-builder will replace it at build-time
44
# with the appropriate version
5-
version: 1.17.4
6-
appVersion: 1.17.4
5+
version: 1.20.5
6+
appVersion: 1.20.5
77
tillerVersion: ">=2.7.2"
88
description: Helm chart for deploying Istio operator
99
keywords:

Diff for: charts/istio-operator/files/gen-operator.yaml

-218
This file was deleted.

Diff for: charts/istio-operator/templates/deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ spec:
3939
- ALL
4040
privileged: false
4141
readOnlyRootFilesystem: true
42-
runAsGroup: 1337
43-
runAsUser: 1337
4442
runAsNonRoot: true
4543
{{- if .Values.operator.seccompProfile }}
4644
seccompProfile:

Diff for: charts/istio-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
hub: docker.io/istio
2-
tag: 1.17.4
2+
tag: 1.20.5
33

44
# ImagePullSecrets for operator ServiceAccount, list of secrets in the same namespace
55
# used to pull operator image. Must be set for any cluster configured with private docker registry.

0 commit comments

Comments
 (0)