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 1
1
apiVersion : v1
2
- appVersion : " 2.0 .0"
2
+ appVersion : " 2.1 .0"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : 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:
64
64
plugin :
65
65
image :
66
66
repository : registry.cern.ch/magnum/cvmfs-csi
67
- tag : v2.0 .0
67
+ tag : v2.1 .0
68
68
pullPolicy : IfNotPresent
69
69
resources : {}
70
70
# Extra volume mounts to append to nodeplugin's
@@ -143,7 +143,7 @@ controllerplugin:
143
143
plugin :
144
144
image :
145
145
repository : registry.cern.ch/magnum/cvmfs-csi
146
- tag : v2.0 .0
146
+ tag : v2.1 .0
147
147
pullPolicy : IfNotPresent
148
148
resources : {}
149
149
extraVolumeMounts : []
Original file line number Diff line number Diff line change 35
35
- name : socket-dir
36
36
mountPath : /csi
37
37
- 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
40
40
args :
41
41
- -v=5
42
42
- --nodeid=$(NODE_ID)
Original file line number Diff line number Diff line change 39
39
- name : registration-dir
40
40
mountPath : /registration
41
41
- name : nodeplugin
42
- image : registry.cern.ch/magnum/cvmfs-csi:v2.0 .0
42
+ image : registry.cern.ch/magnum/cvmfs-csi:v2.1 .0
43
43
command :
44
44
- /bin/bash
45
45
- -c
You can’t perform that action at this time.
0 commit comments