File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v2.2.1-rc.0 "
2
+ appVersion : " v2.2.1"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : cvmfs-csi
5
- version : 2.2.1-rc.0
5
+ version : 2.2.1
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ nodeplugin:
68
68
plugin :
69
69
image :
70
70
repository : registry.cern.ch/kubernetes/cvmfs-csi
71
- tag : v2.2.1-rc.0
71
+ tag : v2.2.1
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
78
repository : registry.cern.ch/kubernetes/cvmfs-csi
79
- tag : v2.2.1-rc.0
79
+ tag : v2.2.1
80
80
pullPolicy : IfNotPresent
81
81
resources : {}
82
82
# Extra volume mounts to append to nodeplugin's
@@ -92,7 +92,7 @@ nodeplugin:
92
92
singlemount :
93
93
image :
94
94
repository : registry.cern.ch/kubernetes/cvmfs-csi
95
- tag : v2.2.1-rc.0
95
+ tag : v2.2.1
96
96
pullPolicy : IfNotPresent
97
97
resources : {}
98
98
# Extra volume mounts to append to nodeplugin's
@@ -168,7 +168,7 @@ controllerplugin:
168
168
plugin :
169
169
image :
170
170
repository : registry.cern.ch/kubernetes/cvmfs-csi
171
- tag : v2.2.1-rc.0
171
+ tag : v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
38
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
42
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
87
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
122
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
123
123
command :
124
124
- /bin/bash
125
125
- -c
You can’t perform that action at this time.
0 commit comments