From b7f63d37971caed9a9525e06b0356e68ff8aed6d Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 10 Jan 2024 08:59:57 +0000 Subject: [PATCH] feat(istio-operator): Updated image to v1.20.2 (#859) Signed-off-by: Steve Hipwell --- charts/istio-operator/CHANGELOG.md | 6 ++++++ charts/istio-operator/Chart.yaml | 6 +++--- charts/istio-operator/README.md | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/charts/istio-operator/CHANGELOG.md b/charts/istio-operator/CHANGELOG.md index 459271c9..8c82846f 100644 --- a/charts/istio-operator/CHANGELOG.md +++ b/charts/istio-operator/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v2.13.2] - 2024-01-10 + +### Changed + +- Updated the _Istio Operator_ OCI image version to [v1.20.2](https://github.com/istio/istio/releases/tag/1.20.2). + ## [v2.13.1] - 2023-12-13 ### Changed diff --git a/charts/istio-operator/Chart.yaml b/charts/istio-operator/Chart.yaml index 4b01f007..9b9ebf4e 100644 --- a/charts/istio-operator/Chart.yaml +++ b/charts/istio-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: istio-operator description: Helm chart to install the Istio Operator and optionally create the IstioOperator CR to install Istio into the cluster. type: application -version: 2.13.1 -appVersion: 1.20.1 +version: 2.13.2 +appVersion: 1.20.2 keywords: - kubernetes - istio @@ -28,4 +28,4 @@ annotations: description: Represents an installation of Istio to be managed by the Istio Operator. artifacthub.io/changes: | - kind: changed - description: "Updated the _Istio Operator_ OCI image version to [v1.20.1](https://github.com/istio/istio/releases/tag/1.20.1)." + description: "Updated the _Istio Operator_ OCI image version to [v1.20.2](https://github.com/istio/istio/releases/tag/1.20.2)." diff --git a/charts/istio-operator/README.md b/charts/istio-operator/README.md index ec89e5bf..1eb6586b 100644 --- a/charts/istio-operator/README.md +++ b/charts/istio-operator/README.md @@ -1,6 +1,6 @@ # istio-operator -![Version: 2.13.1](https://img.shields.io/badge/Version-2.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.1](https://img.shields.io/badge/AppVersion-1.20.1-informational?style=flat-square) +![Version: 2.13.2](https://img.shields.io/badge/Version-2.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.2](https://img.shields.io/badge/AppVersion-1.20.2-informational?style=flat-square) The [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) provides a declarative _Kubernetes_ native way to manage [Istio](https://istio.io/) via `IstioOperator` custom resources. @@ -24,14 +24,14 @@ The [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) provi To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.1 +helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.2 ``` Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13.1 +helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13.2 ``` ## Values