File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v2.2.0"
2
+ appVersion : " v2.2.1-rc. 0"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : 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:
67
67
# CVMFS CSI image and container resources specs.
68
68
plugin :
69
69
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
72
72
pullPolicy : IfNotPresent
73
73
resources : {}
74
74
75
75
# automount-runner image and container resources specs.
76
76
automount :
77
77
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
80
80
pullPolicy : IfNotPresent
81
81
resources : {}
82
82
# Extra volume mounts to append to nodeplugin's
@@ -91,8 +91,8 @@ nodeplugin:
91
91
# automount-runner image and container resources specs.
92
92
singlemount :
93
93
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
96
96
pullPolicy : IfNotPresent
97
97
resources : {}
98
98
# Extra volume mounts to append to nodeplugin's
@@ -167,8 +167,8 @@ controllerplugin:
167
167
# CVMFS CSI image and container resources specs.
168
168
plugin :
169
169
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
172
172
pullPolicy : IfNotPresent
173
173
resources : {}
174
174
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/magnum /cvmfs-csi:v2.2.0
38
+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
39
39
imagePullPolicy : IfNotPresent
40
40
command : [/csi-cvmfsplugin]
41
41
args :
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.2.0
42
+ image : registry.cern.ch/kubernetes /cvmfs-csi:v2.2.1-rc .0
43
43
command : [/csi-cvmfsplugin]
44
44
args :
45
45
- -v=4
84
84
mountPath : /cvmfs
85
85
mountPropagation : Bidirectional
86
86
- 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
88
88
command :
89
89
- /bin/bash
90
90
- -c
@@ -119,7 +119,7 @@ spec:
119
119
- mountPath : /etc/cvmfs/config.d
120
120
name : etc-cvmfs-config-d
121
121
- 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
123
123
command :
124
124
- /bin/bash
125
125
- -c
You can’t perform that action at this time.
0 commit comments