Skip to content

Commit

Permalink
Merge pull request #824 from Laci21/release-v2.11.7
Browse files Browse the repository at this point in the history
Bump image and chart versions
  • Loading branch information
Laci21 authored Feb 2, 2022
2 parents a4fd6f6 + c52c35e commit ed2b66e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
# Based on support status of Istio releases: https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases
kubeVersion: ">= 1.19.0-0 < 1.23.0-0"

version: 2.0.6
appVersion: "v2.11.6"
version: 2.0.7
appVersion: "v2.11.7"
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.6`
`image.tag` | Operator container image tag | `v2.11.7`
`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.6"
tag: "v2.11.7"
pullPolicy: IfNotPresent
replicaCount: 1
extraArgs: []
Expand Down

0 comments on commit ed2b66e

Please sign in to comment.