File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
deploy/helm/secret-operator Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ All notable changes to this project will be documented in this file.
12
12
(` kubectl -n default get secret/secret-provisioner-tls-ca -o json | jq '.metadata.namespace = "stackable-operators"' | kubectl create -f- ` )
13
13
- Setting the ` secretClasses.tls.caSecretNamespace ` Helm flag (` --set secretClasses.tls.caSecretNamespace=default ` )
14
14
- 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 ] ).
15
19
16
20
[ #397 ] : https://github.com/stackabletech/secret-operator/pull/397
17
21
[ #403 ] : https://github.com/stackabletech/secret-operator/pull/403
22
+ [ #440 ] : https://github.com/stackabletech/secret-operator/pull/440
18
23
19
24
## [ 24.3.0] - 2024-03-20
20
25
Original file line number Diff line number Diff line change 8
8
csiProvisioner :
9
9
image :
10
10
repository : docker.stackable.tech/k8s/sig-storage/csi-provisioner
11
- tag : v3.1.0
11
+ tag : v4.0.1
12
12
pullPolicy : IfNotPresent
13
13
resources :
14
14
requests :
@@ -20,7 +20,7 @@ csiProvisioner:
20
20
csiNodeDriverRegistrar :
21
21
image :
22
22
repository : docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
23
- tag : v2.5.0
23
+ tag : v2.10.1
24
24
pullPolicy : IfNotPresent
25
25
resources :
26
26
requests :
You can’t perform that action at this time.
0 commit comments