We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2559c3 commit b280f7bCopy full SHA for b280f7b
deploy/helm/listener-operator/values.yaml
@@ -8,7 +8,7 @@ image:
8
csiProvisioner:
9
image:
10
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
11
- tag: v5.0.1
+ tag: v5.1.0
12
pullPolicy: IfNotPresent
13
resources:
14
requests:
@@ -20,7 +20,7 @@ csiProvisioner:
20
csiNodeDriverRegistrar:
21
22
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
23
- tag: v2.11.1
+ tag: v2.13.0
24
25
26
@@ -48,7 +48,8 @@ podAnnotations: {}
48
labels:
49
stackable.tech/vendor: Stackable
50
51
-podSecurityContext: {}
+podSecurityContext:
52
+ {}
53
# fsGroup: 2000
54
55
securityContext:
0 commit comments