Skip to content

Commit 240863d

Browse files
bump versions for release
1 parent bff80f7 commit 240863d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/charts/istio-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg
1111
# Based on support status of Istio releases: https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases
1212
kubeVersion: ">= 1.23.0-0 < 1.27.0-0"
1313

14-
version: 2.1.2
15-
appVersion: "v2.17.0"
14+
version: 2.1.3
15+
appVersion: "v2.17.1"

deploy/charts/istio-operator/README.md

Lines changed: 1 addition & 1 deletion
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.17.0` |
36+
| `image.tag` | Operator container image tag | `v2.17.1` |
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

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

0 commit comments

Comments
 (0)