Skip to content

Commit

Permalink
Merge pull request #832 from banzaicloud/release-v2.11.8
Browse files Browse the repository at this point in the history
Bump image version
  • Loading branch information
Laci21 authored Feb 11, 2022
2 parents 123dc99 + cc0f337 commit 94fcb8b
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.7
appVersion: "v2.11.7"
appVersion: "v2.11.8"
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.7`
`image.tag` | Operator container image tag | `v2.11.8`
`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.7"
tag: "v2.11.8"
pullPolicy: IfNotPresent
replicaCount: 1
extraArgs: []
Expand Down

0 comments on commit 94fcb8b

Please sign in to comment.