File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
deploy/charts/istio-operator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
1111# Based on support status of Istio releases: https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases
1212kubeVersion : " >= 1.19.0-0 < 1.23.0-0"
1313
14- version : 2.0.6
15- appVersion : " v2.11.6 "
14+ version : 2.0.7
15+ appVersion : " v2.11.7 "
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
3333Parameter | Description | Default
3434--------- | ----------- | -------
3535` image.repository ` | Operator container image repository | ` ghcr.io/banzaicloud/istio-operator `
36- ` image.tag ` | Operator container image tag | ` v2.11.6 `
36+ ` image.tag ` | Operator container image tag | ` v2.11.7 `
3737` image.pullPolicy ` | Operator container image pull policy | ` IfNotPresent `
3838` replicaCount ` | Operator deployment replica count | ` 1 `
3939` extraArgs ` | Operator deployment arguments | ` [] `
Original file line number Diff line number Diff line change 11image :
22 repository : ghcr.io/banzaicloud/istio-operator
3- tag : " v2.11.6 "
3+ tag : " v2.11.7 "
44 pullPolicy : IfNotPresent
55replicaCount : 1
66extraArgs : []
You can’t perform that action at this time.
0 commit comments