File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " v2.2.0-rc.0 "
2+ appVersion : " v2.2.0"
33description : A Helm chart to deploy the CVMFS-CSI Plugin
44name : cvmfs-csi
5- version : 2.2.0-rc.0
5+ version : 2.2.0
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ nodeplugin:
6868 plugin :
6969 image :
7070 repository : registry.cern.ch/magnum/cvmfs-csi
71- tag : v2.2.0-rc.0
71+ tag : v2.2.0
7272 pullPolicy : IfNotPresent
7373 resources : {}
7474
7575 # automount-runner image and container resources specs.
7676 automount :
7777 image :
7878 repository : registry.cern.ch/magnum/cvmfs-csi
79- tag : v2.2.0-rc.0
79+ tag : v2.2.0
8080 pullPolicy : IfNotPresent
8181 resources : {}
8282 # Extra volume mounts to append to nodeplugin's
@@ -92,7 +92,7 @@ nodeplugin:
9292 singlemount :
9393 image :
9494 repository : registry.cern.ch/magnum/cvmfs-csi
95- tag : v2.2.0-rc.0
95+ tag : v2.2.0
9696 pullPolicy : IfNotPresent
9797 resources : {}
9898 # Extra volume mounts to append to nodeplugin's
@@ -168,7 +168,7 @@ controllerplugin:
168168 plugin :
169169 image :
170170 repository : registry.cern.ch/magnum/cvmfs-csi
171- tag : v2.2.0-rc.0
171+ tag : v2.2.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-rc.0
38+ image : registry.cern.ch/magnum/cvmfs-csi:v2.2.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-rc.0
42+ image : registry.cern.ch/magnum/cvmfs-csi:v2.2.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-rc.0
87+ image : registry.cern.ch/magnum/cvmfs-csi:v2.2.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-rc.0
122+ image : registry.cern.ch/magnum/cvmfs-csi:v2.2.0
123123 command :
124124 - /bin/bash
125125 - -c
You can’t perform that action at this time.
0 commit comments