Skip to content

Commit c35b243

Browse files
Upgrade the CSI images in the Helm values (#440)
1 parent 377112c commit c35b243

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ All notable changes to this project will be documented in this file.
1212
(`kubectl -n default get secret/secret-provisioner-tls-ca -o json | jq '.metadata.namespace = "stackable-operators"' | kubectl create -f-`)
1313
- Setting the `secretClasses.tls.caSecretNamespace` Helm flag (`--set secretClasses.tls.caSecretNamespace=default`)
1414
- Reduce CA default lifetime to one year ([#403])
15+
- Update the image docker.stackable.tech/k8s/sig-storage/csi-provisioner
16+
in the Helm values to v4.0.1 ([#440]).
17+
- Update the image docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
18+
in the Helm values to v2.10.1 ([#440]).
1519

1620
[#397]: https://github.com/stackabletech/secret-operator/pull/397
1721
[#403]: https://github.com/stackabletech/secret-operator/pull/403
22+
[#440]: https://github.com/stackabletech/secret-operator/pull/440
1823

1924
## [24.3.0] - 2024-03-20
2025

deploy/helm/secret-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
csiProvisioner:
99
image:
1010
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
11-
tag: v3.1.0
11+
tag: v4.0.1
1212
pullPolicy: IfNotPresent
1313
resources:
1414
requests:
@@ -20,7 +20,7 @@ csiProvisioner:
2020
csiNodeDriverRegistrar:
2121
image:
2222
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
23-
tag: v2.5.0
23+
tag: v2.10.1
2424
pullPolicy: IfNotPresent
2525
resources:
2626
requests:

0 commit comments

Comments
 (0)