File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 2.0 .0"
2+ appVersion : " 2.1 .0"
33description : A Helm chart to deploy the CVMFS-CSI Plugin
44name : cvmfs-csi
5- version : 2.0 .0
5+ version : 2.1 .0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ nodeplugin:
6464 plugin :
6565 image :
6666 repository : registry.cern.ch/magnum/cvmfs-csi
67- tag : v2.0 .0
67+ tag : v2.1 .0
6868 pullPolicy : IfNotPresent
6969 resources : {}
7070 # Extra volume mounts to append to nodeplugin's
@@ -143,7 +143,7 @@ controllerplugin:
143143 plugin :
144144 image :
145145 repository : registry.cern.ch/magnum/cvmfs-csi
146- tag : v2.0 .0
146+ tag : v2.1 .0
147147 pullPolicy : IfNotPresent
148148 resources : {}
149149 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/rvasek /cvmfs-csi:v2
39- imagePullPolicy : Always
38+ image : registry.cern.ch/magnum /cvmfs-csi:v2.1.0
39+ imagePullPolicy : IfNotPresent
4040 args :
4141 - -v=5
4242 - --nodeid=$(NODE_ID)
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.0 .0
42+ image : registry.cern.ch/magnum/cvmfs-csi:v2.1 .0
4343 command :
4444 - /bin/bash
4545 - -c
You can’t perform that action at this time.
0 commit comments