File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " v2.2.0"
2+ appVersion : " v2.2.1-rc. 0"
33description : A Helm chart to deploy the CVMFS-CSI Plugin
44name : cvmfs-csi
5- version : 2.2.0
5+ version : 2.2.1-rc. 0
Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ nodeplugin:
6767 # CVMFS CSI image and container resources specs.
6868 plugin :
6969 image :
70- repository : registry.cern.ch/magnum /cvmfs-csi
71- tag : v2.2.0
70+ repository : registry.cern.ch/kubernetes /cvmfs-csi
71+ tag : v2.2.1-rc. 0
7272 pullPolicy : IfNotPresent
7373 resources : {}
7474
7575 # automount-runner image and container resources specs.
7676 automount :
7777 image :
78- repository : registry.cern.ch/magnum /cvmfs-csi
79- tag : v2.2.0
78+ repository : registry.cern.ch/kubernetes /cvmfs-csi
79+ tag : v2.2.1-rc. 0
8080 pullPolicy : IfNotPresent
8181 resources : {}
8282 # Extra volume mounts to append to nodeplugin's
@@ -91,8 +91,8 @@ nodeplugin:
9191 # automount-runner image and container resources specs.
9292 singlemount :
9393 image :
94- repository : registry.cern.ch/magnum /cvmfs-csi
95- tag : v2.2.0
94+ repository : registry.cern.ch/kubernetes /cvmfs-csi
95+ tag : v2.2.1-rc. 0
9696 pullPolicy : IfNotPresent
9797 resources : {}
9898 # Extra volume mounts to append to nodeplugin's
@@ -167,8 +167,8 @@ controllerplugin:
167167 # CVMFS CSI image and container resources specs.
168168 plugin :
169169 image :
170- repository : registry.cern.ch/magnum /cvmfs-csi
171- tag : v2.2.0
170+ repository : registry.cern.ch/kubernetes /cvmfs-csi
171+ tag : v2.2.1-rc. 0
172172 pullPolicy : IfNotPresent
173173 resources : {}
174174 extraVolumeMounts : []
Original file line number Diff line number Diff line change 3535 - name : socket-dir
3636 mountPath : /csi
3737 - name : controllerplugin
38- image : registry.cern.ch/magnum /cvmfs-csi:v2.2.0
38+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
3939 imagePullPolicy : IfNotPresent
4040 command : [/csi-cvmfsplugin]
4141 args :
Original file line number Diff line number Diff line change 3939 - name : registration-dir
4040 mountPath : /registration
4141 - name : nodeplugin
42- image : registry.cern.ch/magnum /cvmfs-csi:v2.2.0
42+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
4343 command : [/csi-cvmfsplugin]
4444 args :
4545 - -v=4
8484 mountPath : /cvmfs
8585 mountPropagation : Bidirectional
8686 - name : automount
87- image : registry.cern.ch/magnum /cvmfs-csi:v2.2.0
87+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
8888 command :
8989 - /bin/bash
9090 - -c
@@ -119,7 +119,7 @@ spec:
119119 - mountPath : /etc/cvmfs/config.d
120120 name : etc-cvmfs-config-d
121121 - name : singlemount
122- image : registry.cern.ch/magnum /cvmfs-csi:v2.2.0
122+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
123123 command :
124124 - /bin/bash
125125 - -c
You can’t perform that action at this time.
0 commit comments