From 03c08ab39426098bc47dee8bc7566ce12eddcb4c Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 14 May 2024 16:23:23 +0200 Subject: [PATCH] Upgrade the CSI images in the Helm values (#194) --- CHANGELOG.md | 8 ++++++++ deploy/helm/listener-operator/values.yaml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44db03f5..38b6af8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed + +- Update the image docker.stackable.tech/k8s/sig-storage/csi-provisioner + in the Helm values to v4.0.1 ([#194]). +- Update the image docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar + in the Helm values to v2.10.1 ([#194]). + ### Removed - Init container deployed by the Helm chart as part of the daemonset. It was added a an automatic migration between SDP versions and is not needed anymore ([#174]). @@ -14,6 +21,7 @@ All notable changes to this project will be documented in this file. [#169]: https://github.com/stackabletech/listener-operator/pull/169 [#174]: https://github.com/stackabletech/listener-operator/pull/174 +[#194]: https://github.com/stackabletech/listener-operator/pull/194 ## [24.3.0] - 2024-03-20 diff --git a/deploy/helm/listener-operator/values.yaml b/deploy/helm/listener-operator/values.yaml index a9747eca..021e5530 100644 --- a/deploy/helm/listener-operator/values.yaml +++ b/deploy/helm/listener-operator/values.yaml @@ -8,7 +8,7 @@ image: csiProvisioner: image: repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner - tag: v3.1.0 + tag: v4.0.1 pullPolicy: IfNotPresent resources: requests: @@ -20,7 +20,7 @@ csiProvisioner: csiNodeDriverRegistrar: image: repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar - tag: v2.5.0 + tag: v2.10.1 pullPolicy: IfNotPresent resources: requests: