diff --git a/osc-bsu-csi-driver/values.yaml b/osc-bsu-csi-driver/values.yaml index 3000f6fd..b8332eb0 100644 --- a/osc-bsu-csi-driver/values.yaml +++ b/osc-bsu-csi-driver/values.yaml @@ -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 @@ -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