Skip to content

Commit

Permalink
prepare release v2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Jan 26, 2024
1 parent 9ff38bb commit 13af33f
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.23.0-0 < 1.27.0-0"

version: 2.1.4
appVersion: "v2.17.2"
version: 2.1.5
appVersion: "v2.17.3"
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.17.2` |
| `image.tag` | Operator container image tag | `v2.17.3` |
| `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.17.2"
tag: "v2.17.3"
pullPolicy: IfNotPresent
replicaCount: 1
extraArgs: []
Expand Down

0 comments on commit 13af33f

Please sign in to comment.