Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "v2.2.0"
appVersion: "v2.2.1-rc.0"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.2.0
version: 2.2.1-rc.0
16 changes: 8 additions & 8 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ nodeplugin:
# CVMFS CSI image and container resources specs.
plugin:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: v2.2.0
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
automount:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: v2.2.0
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -91,8 +91,8 @@ nodeplugin:
# automount-runner image and container resources specs.
singlemount:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: v2.2.0
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -167,8 +167,8 @@ controllerplugin:
# CVMFS CSI image and container resources specs.
plugin:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: v2.2.0
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/controllerplugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: controllerplugin
image: registry.cern.ch/magnum/cvmfs-csi:v2.2.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
imagePullPolicy: IfNotPresent
command: [/csi-cvmfsplugin]
args:
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/nodeplugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: nodeplugin
image: registry.cern.ch/magnum/cvmfs-csi:v2.2.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
command: [/csi-cvmfsplugin]
args:
- -v=4
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
mountPath: /cvmfs
mountPropagation: Bidirectional
- name: automount
image: registry.cern.ch/magnum/cvmfs-csi:v2.2.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
- mountPath: /etc/cvmfs/config.d
name: etc-cvmfs-config-d
- name: singlemount
image: registry.cern.ch/magnum/cvmfs-csi:v2.2.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
command:
- /bin/bash
- -c
Expand Down