Skip to content

Commit

Permalink
feat: upgrade istio to 1.20 (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
merll committed Apr 18, 2024
1 parent 8c044e6 commit 337a405
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 224 deletions.
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ appsInfo:
integration: Otomi integrated ingress-nginx into an advanced ingress architecture.
istio:
title: Istio Operator
appVersion: 1.17.4
appVersion: 1.20.5
repo: https://github.com/istio/istio
maintainers: Istio
relatedLinks:
Expand Down
4 changes: 2 additions & 2 deletions charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
name: istio-operator
# This version is never actually shipped. istio/release-builder will replace it at build-time
# with the appropriate version
version: 1.17.4
appVersion: 1.17.4
version: 1.20.5
appVersion: 1.20.5
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
keywords:
Expand Down
218 changes: 0 additions & 218 deletions charts/istio-operator/files/gen-operator.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions charts/istio-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1337
runAsUser: 1337
runAsNonRoot: true
{{- if .Values.operator.seccompProfile }}
seccompProfile:
Expand Down
2 changes: 1 addition & 1 deletion charts/istio-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hub: docker.io/istio
tag: 1.17.4
tag: 1.20.5

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

0 comments on commit 337a405

Please sign in to comment.