Skip to content

Commit

Permalink
Upgrade the CSI images in the Helm values (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedweber authored May 14, 2024
1 parent ab354f6 commit 03c08ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/listener-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 03c08ab

Please sign in to comment.