Skip to content

Commit

Permalink
upgarde csi provisioner and csi attacher versions
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Sep 17, 2024
1 parent c0bdde0 commit b5de92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osc-bsu-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ backoff:
sidecars:
provisionerImage:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: "v3.0.0"
tag: "v5.1.0"
# -- Enable http endpoint to get metrics of the container
enableHttpEndpoint: false
# -- Port of the http endpoint
Expand All @@ -49,7 +49,7 @@ sidecars:
# ... other arguments that can be used by the provisioner when it is needed.
attacherImage:
repository: registry.k8s.io/sig-storage/csi-attacher
tag: "v3.3.0"
tag: "v4.7.0"
# -- Enable http endpoint to get metrics of the container
enableHttpEndpoint: false
# -- Port of the http endpoint
Expand Down

0 comments on commit b5de92f

Please sign in to comment.