File tree 3 files changed +3
-3
lines changed
deploy/charts/istio-operator
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
12
12
kubeVersion : " >= 1.19.0-0 < 1.23.0-0"
13
13
14
14
version : 2.0.6
15
- appVersion : " v2.11.5 "
15
+ appVersion : " v2.11.6 "
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The following table lists the configurable parameters of the Banzaicloud Istio O
33
33
Parameter | Description | Default
34
34
--------- | ----------- | -------
35
35
` image.repository ` | Operator container image repository | ` ghcr.io/banzaicloud/istio-operator `
36
- ` image.tag ` | Operator container image tag | ` v2.11.5 `
36
+ ` image.tag ` | Operator container image tag | ` v2.11.6 `
37
37
` image.pullPolicy ` | Operator container image pull policy | ` IfNotPresent `
38
38
` replicaCount ` | Operator deployment replica count | ` 1 `
39
39
` extraArgs ` | Operator deployment arguments | ` [] `
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : ghcr.io/banzaicloud/istio-operator
3
- tag : " v2.11.5 "
3
+ tag : " v2.11.6 "
4
4
pullPolicy : IfNotPresent
5
5
replicaCount : 1
6
6
extraArgs : []
You can’t perform that action at this time.
0 commit comments