From 13af33fe6a076ff161e3fd3476a991d62321e1ba Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Fri, 26 Jan 2024 13:34:22 +0100 Subject: [PATCH] prepare release v2.17.3 --- deploy/charts/istio-operator/Chart.yaml | 4 ++-- deploy/charts/istio-operator/README.md | 2 +- deploy/charts/istio-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/istio-operator/Chart.yaml b/deploy/charts/istio-operator/Chart.yaml index 1f377d779..fe26d43df 100644 --- a/deploy/charts/istio-operator/Chart.yaml +++ b/deploy/charts/istio-operator/Chart.yaml @@ -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" diff --git a/deploy/charts/istio-operator/README.md b/deploy/charts/istio-operator/README.md index 813e092be..c6f253fe9 100644 --- a/deploy/charts/istio-operator/README.md +++ b/deploy/charts/istio-operator/README.md @@ -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 | `[]` | diff --git a/deploy/charts/istio-operator/values.yaml b/deploy/charts/istio-operator/values.yaml index d47b0300a..c4d340c86 100644 --- a/deploy/charts/istio-operator/values.yaml +++ b/deploy/charts/istio-operator/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/banzaicloud/istio-operator - tag: "v2.17.2" + tag: "v2.17.3" pullPolicy: IfNotPresent replicaCount: 1 extraArgs: []