From 726012af9c7f8947f4e151bf03086e858d5d11d4 Mon Sep 17 00:00:00 2001 From: Suhas Agasthya Date: Wed, 29 Oct 2025 10:50:09 +0100 Subject: [PATCH] chore(chart): Update sidecars and bump Chart version for release v0.11.0 Signed-off-by: Suhas Agasthya --- charts/cloudstack-csi/Chart.yaml | 4 ++-- charts/cloudstack-csi/values.yaml | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/charts/cloudstack-csi/Chart.yaml b/charts/cloudstack-csi/Chart.yaml index 8f9ec9b..79796f1 100644 --- a/charts/cloudstack-csi/Chart.yaml +++ b/charts/cloudstack-csi/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cloudstack-csi description: A Helm chart for CloudStack CSI driver type: application -version: 2.4.0 -appVersion: 0.10.0 +version: 2.5.0 +appVersion: 0.11.0 sources: - https://github.com/Leaseweb/cloudstack-csi-driver keywords: diff --git a/charts/cloudstack-csi/values.yaml b/charts/cloudstack-csi/values.yaml index 7102d98..db1194f 100644 --- a/charts/cloudstack-csi/values.yaml +++ b/charts/cloudstack-csi/values.yaml @@ -25,7 +25,7 @@ sidecars: image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/csi-provisioner - tag: "v5.2.0" + tag: "v5.3.0" logLevel: 2 # Feature gates to enable featureGates: "Topology=true" @@ -52,7 +52,7 @@ sidecars: image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/csi-attacher - tag: "v4.8.1" + tag: "v4.9.0" # Tune leader lease election for csi-attacher. # Leader election is on by default. leaderElection: @@ -76,7 +76,7 @@ sidecars: image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/livenessprobe - tag: "v2.15.0" + tag: "v2.16.0" # Extra arguments passed to livenessprobe. extraArgs: [] resources: {} @@ -88,7 +88,7 @@ sidecars: image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/csi-resizer - tag: "v1.13.2" + tag: "v1.14.0" # Tune leader lease election for csi-resizer. # Leader election is on by default. leaderElection: @@ -113,7 +113,7 @@ sidecars: image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/csi-node-driver-registrar - tag: "v2.13.0" + tag: "v2.14.0" logLevel: 2 # Extra arguments passed to node-driver-registrar. extraArgs: [] @@ -377,14 +377,15 @@ secret: enabled: true create: false name: cloudstack-secret - cloudConfigData: - global: - api-url: "" - api-key: "" - secret-key: "" - project-id: "" hostMount: false +cloudConfigData: + global: + api-url: "" + api-key: "" + secret-key: "" + project-id: "" + imagePullSecrets: [] # - name: my-imagepull-secret