Skip to content

Commit

Permalink
deploy: update images for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1602077 committed Jun 3, 2024
1 parent 1bf0edd commit 830f424
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/cvmfs-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 6 additions & 11 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -70,15 +69,15 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.2
tag: v2.4.0
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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: {}

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: []
Expand Down Expand Up @@ -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: ""
Expand All @@ -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
Expand Down

0 comments on commit 830f424

Please sign in to comment.