Skip to content

Commit

Permalink
Upgrade CSI sidecars (#269)
Browse files Browse the repository at this point in the history
* Upgrade CSI sidecars

* Update deploy/helm/listener-operator/values.yaml

Co-authored-by: Sebastian Bernauer <[email protected]>

---------

Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
nightkr and sbernauer authored Jan 20, 2025
1 parent 17707f1 commit 9923494
Showing 1 changed file with 2 additions and 2 deletions.
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: v5.0.1
tag: v5.1.0
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.11.1
tag: v2.13.0
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 9923494

Please sign in to comment.