From b5de92f300b9d285138880d2288a3270e596b548 Mon Sep 17 00:00:00 2001 From: hanenMizouni Date: Tue, 17 Sep 2024 11:41:38 +0000 Subject: [PATCH] upgarde csi provisioner and csi attacher versions Signed-off-by: hanenMizouni --- osc-bsu-csi-driver/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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