Skip to content

Commit

Permalink
Merge pull request #816 from banzaicloud/release-v2.11.6
Browse files Browse the repository at this point in the history
Prepare for release v2.11.6
  • Loading branch information
Laci21 authored Jan 27, 2022
2 parents 42095e7 + 3431ca3 commit c8270e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
kubeVersion: ">= 1.19.0-0 < 1.23.0-0"

version: 2.0.6
appVersion: "v2.11.5"
appVersion: "v2.11.6"
2 changes: 1 addition & 1 deletion deploy/charts/istio-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following table lists the configurable parameters of the Banzaicloud Istio O
Parameter | Description | Default
--------- | ----------- | -------
`image.repository` | Operator container image repository | `ghcr.io/banzaicloud/istio-operator`
`image.tag` | Operator container image tag | `v2.11.5`
`image.tag` | Operator container image tag | `v2.11.6`
`image.pullPolicy` | Operator container image pull policy | `IfNotPresent`
`replicaCount` | Operator deployment replica count | `1`
`extraArgs` | Operator deployment arguments | `[]`
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/istio-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/banzaicloud/istio-operator
tag: "v2.11.5"
tag: "v2.11.6"
pullPolicy: IfNotPresent
replicaCount: 1
extraArgs: []
Expand Down

0 comments on commit c8270e0

Please sign in to comment.