Skip to content

Commit c8270e0

Browse files
authored
Merge pull request #816 from banzaicloud/release-v2.11.6
Prepare for release v2.11.6
2 parents 42095e7 + 3431ca3 commit c8270e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/charts/istio-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
1212
kubeVersion: ">= 1.19.0-0 < 1.23.0-0"
1313

1414
version: 2.0.6
15-
appVersion: "v2.11.5"
15+
appVersion: "v2.11.6"

deploy/charts/istio-operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table lists the configurable parameters of the Banzaicloud Istio O
3333
Parameter | Description | Default
3434
--------- | ----------- | -------
3535
`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`
3737
`image.pullPolicy` | Operator container image pull policy | `IfNotPresent`
3838
`replicaCount` | Operator deployment replica count | `1`
3939
`extraArgs` | Operator deployment arguments | `[]`

deploy/charts/istio-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/banzaicloud/istio-operator
3-
tag: "v2.11.5"
3+
tag: "v2.11.6"
44
pullPolicy: IfNotPresent
55
replicaCount: 1
66
extraArgs: []

0 commit comments

Comments
 (0)