Skip to content

Commit

Permalink
Configuration for installation of Istio operator (#17963)
Browse files Browse the repository at this point in the history
* Configuration for installation of Istio operator

* Add operator image version for scanning

* Use the struct for image scanners
  • Loading branch information
barchw authored Aug 11, 2023
1 parent 22ce098 commit 853f99e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/istio/templates/istio-manager-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kind: IstioOperatorConfiguration
tag: "1.0.0"
4 changes: 4 additions & 0 deletions resources/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ global:
name: "install-cni"
version: "1.18.2-distroless"
directory: "prod/external/istio"
istio_operator_image:
name: "istio-manager"
version: "1.0.0"
directory: "prod"

# This configuration is only temporary and will be removed in kyma version 2.7.x.
sidecarMigration: false

0 comments on commit 853f99e

Please sign in to comment.