From 830f424b155ecee48f289f28c77abe6a8a976139 Mon Sep 17 00:00:00 2001 From: 1602077 <62025739+1602077@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:36:05 +0200 Subject: [PATCH] deploy: update images for v2.4.0 release --- deployments/helm/cvmfs-csi/Chart.yaml | 4 ++-- deployments/helm/cvmfs-csi/values.yaml | 17 ++++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/deployments/helm/cvmfs-csi/Chart.yaml b/deployments/helm/cvmfs-csi/Chart.yaml index bfe0b5e9..5c8044f2 100644 --- a/deployments/helm/cvmfs-csi/Chart.yaml +++ b/deployments/helm/cvmfs-csi/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "2.1.1" +appVersion: "v2.4.0" description: A Helm chart to deploy the CVMFS-CSI Plugin name: cvmfs-csi -version: 2.1.1 +version: 2.4.0 diff --git a/deployments/helm/cvmfs-csi/values.yaml b/deployments/helm/cvmfs-csi/values.yaml index ca771a61..ad26da2b 100644 --- a/deployments/helm/cvmfs-csi/values.yaml +++ b/deployments/helm/cvmfs-csi/values.yaml @@ -52,7 +52,6 @@ cache: # Node plugin handles node-local operations, e.g. mounting and unmounting # CVMFS repositories. nodeplugin: - # Component name. Used as `component` label value # and to generate DaemonSet name. name: nodeplugin @@ -70,7 +69,7 @@ nodeplugin: plugin: image: repository: registry.cern.ch/kubernetes/cvmfs-csi - tag: v2.3.2 + tag: v2.4.0 pullPolicy: IfNotPresent resources: {} @@ -78,7 +77,7 @@ nodeplugin: automount: image: repository: registry.cern.ch/kubernetes/cvmfs-csi - tag: v2.3.2 + tag: v2.4.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -94,7 +93,7 @@ nodeplugin: automountReconciler: image: repository: registry.cern.ch/kubernetes/cvmfs-csi - tag: v2.3.2 + tag: v2.4.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -110,7 +109,7 @@ nodeplugin: singlemount: image: repository: registry.cern.ch/kubernetes/cvmfs-csi - tag: v2.3.2 + tag: v2.4.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -121,7 +120,7 @@ nodeplugin: registrar: image: repository: registry.k8s.io/sig-storage/csi-node-driver-registrar - tag: v2.8.0 + tag: v2.11.0 pullPolicy: IfNotPresent resources: {} @@ -160,7 +159,6 @@ nodeplugin: # New CVMFS CSI deployments do not need this. It is only necessary # when upgrading from v1 of the driver. serviceAccount: - # Name of the ServiceAccount (to use and/or create). # If no name is provided, Helm chart will generate one. serviceAccountName: cvmfs-nodeplugin @@ -179,7 +177,6 @@ nodeplugin: # fulfil the role of a reference to CVMFS repositories used inside the CO # (e.g. Kubernetes), and are not modifying the CVMFS store in any way. controllerplugin: - # Component name. Used as `component` label value # and to generate DaemonSet name. name: controllerplugin @@ -193,7 +190,7 @@ controllerplugin: plugin: image: repository: registry.cern.ch/kubernetes/cvmfs-csi - tag: v2.3.2 + tag: v2.4.0 pullPolicy: IfNotPresent resources: {} extraVolumeMounts: [] @@ -229,7 +226,6 @@ controllerplugin: # ServiceAccount to use with Controller plugin Deployment. serviceAccount: - # Name of the ServiceAccount (to use and/or create). # If no name is provided, Helm chart will generate one. serviceAccountName: "" @@ -240,7 +236,6 @@ controllerplugin: # RBAC rules assigned to the ServiceAccount defined above. rbac: - # Whether to create RBACs in the CVMFS CSI namespace. # If not, it is expected they are already present. create: true