From c52c35e291399f332f8eb3d48e86b19d300e2665 Mon Sep 17 00:00:00 2001 From: Laszlo Bence Nagy Date: Wed, 2 Feb 2022 15:33:19 +0100 Subject: [PATCH] Bump image and chart versions --- 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 d45b1aa2d..74e198be5 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.19.0-0 < 1.23.0-0" -version: 2.0.6 -appVersion: "v2.11.6" +version: 2.0.7 +appVersion: "v2.11.7" diff --git a/deploy/charts/istio-operator/README.md b/deploy/charts/istio-operator/README.md index 8b3fc067f..8758363fa 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.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 | `[]` diff --git a/deploy/charts/istio-operator/values.yaml b/deploy/charts/istio-operator/values.yaml index e0e699f1c..d3c2674b5 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.11.6" + tag: "v2.11.7" pullPolicy: IfNotPresent replicaCount: 1 extraArgs: []