diff --git a/deployments/helm/cvmfs-csi/Chart.yaml b/deployments/helm/cvmfs-csi/Chart.yaml index bfe0b5e9..04bc136e 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.3.0-rc.0" description: A Helm chart to deploy the CVMFS-CSI Plugin name: cvmfs-csi -version: 2.1.1 +version: 2.3.0-rc.0 diff --git a/deployments/helm/cvmfs-csi/values.yaml b/deployments/helm/cvmfs-csi/values.yaml index 23556e00..259a23b5 100644 --- a/deployments/helm/cvmfs-csi/values.yaml +++ b/deployments/helm/cvmfs-csi/values.yaml @@ -69,16 +69,16 @@ nodeplugin: # CVMFS CSI image and container resources specs. plugin: image: - repository: registry.cern.ch/magnum/cvmfs-csi - tag: latest + repository: registry.cern.ch/kubernetes/cvmfs-csi + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: {} # automount-runner image and container resources specs. automount: image: - repository: registry.cern.ch/magnum/cvmfs-csi - tag: latest + repository: registry.cern.ch/kubernetes/cvmfs-csi + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -93,8 +93,8 @@ nodeplugin: # automount-reconciler image and container resources specs. automountReconciler: image: - repository: registry.cern.ch/magnum/cvmfs-csi - tag: latest + repository: registry.cern.ch/kubernetes/cvmfs-csi + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -109,8 +109,8 @@ nodeplugin: # automount-runner image and container resources specs. singlemount: image: - repository: registry.cern.ch/magnum/cvmfs-csi - tag: latest + repository: registry.cern.ch/kubernetes/cvmfs-csi + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -185,8 +185,8 @@ controllerplugin: # CVMFS CSI image and container resources specs. plugin: image: - repository: registry.cern.ch/magnum/cvmfs-csi - tag: latest + repository: registry.cern.ch/kubernetes/cvmfs-csi + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: {} extraVolumeMounts: [] diff --git a/deployments/kubernetes/controllerplugin-deployment.yaml b/deployments/kubernetes/controllerplugin-deployment.yaml index fb8957f3..e5f2c8e7 100644 --- a/deployments/kubernetes/controllerplugin-deployment.yaml +++ b/deployments/kubernetes/controllerplugin-deployment.yaml @@ -35,7 +35,7 @@ spec: - name: socket-dir mountPath: /csi - name: controllerplugin - image: registry.cern.ch/magnum/cvmfs-csi:latest + image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0 imagePullPolicy: IfNotPresent command: [/csi-cvmfsplugin] args: diff --git a/deployments/kubernetes/nodeplugin-daemonset.yaml b/deployments/kubernetes/nodeplugin-daemonset.yaml index a3c2829c..f8d59e5a 100644 --- a/deployments/kubernetes/nodeplugin-daemonset.yaml +++ b/deployments/kubernetes/nodeplugin-daemonset.yaml @@ -39,7 +39,7 @@ spec: - name: registration-dir mountPath: /registration - name: nodeplugin - image: registry.cern.ch/magnum/cvmfs-csi:latest + image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0 command: [/csi-cvmfsplugin] args: - -v=4 @@ -84,7 +84,7 @@ spec: mountPath: /cvmfs mountPropagation: Bidirectional - name: automount - image: registry.cern.ch/magnum/cvmfs-csi:latest + image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0 command: [/automount-runner] args: - -v=4 @@ -115,7 +115,7 @@ spec: - mountPath: /etc/cvmfs/config.d name: etc-cvmfs-config-d - name: singlemount - image: registry.cern.ch/magnum/cvmfs-csi:latest + image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0 command: [/singlemount-runner] - -v=4 - --endpoint=unix:///var/lib/cvmfs.csi.cern.ch/singlemount-runner.sock