File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v2.3.0-rc.0 "
2
+ appVersion : " v2.3.0"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : cvmfs-csi
5
- version : 2.3.0-rc.0
5
+ version : 2.3.0
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ nodeplugin:
70
70
plugin :
71
71
image :
72
72
repository : registry.cern.ch/kubernetes/cvmfs-csi
73
- tag : v2.3.0-rc.0
73
+ tag : v2.3.0
74
74
pullPolicy : IfNotPresent
75
75
resources : {}
76
76
77
77
# automount-runner image and container resources specs.
78
78
automount :
79
79
image :
80
80
repository : registry.cern.ch/kubernetes/cvmfs-csi
81
- tag : v2.3.0-rc.0
81
+ tag : v2.3.0
82
82
pullPolicy : IfNotPresent
83
83
resources : {}
84
84
# Extra volume mounts to append to nodeplugin's
@@ -94,7 +94,7 @@ nodeplugin:
94
94
automountReconciler :
95
95
image :
96
96
repository : registry.cern.ch/kubernetes/cvmfs-csi
97
- tag : v2.3.0-rc.0
97
+ tag : v2.3.0
98
98
pullPolicy : IfNotPresent
99
99
resources : {}
100
100
# Extra volume mounts to append to nodeplugin's
@@ -110,7 +110,7 @@ nodeplugin:
110
110
singlemount :
111
111
image :
112
112
repository : registry.cern.ch/kubernetes/cvmfs-csi
113
- tag : v2.3.0-rc.0
113
+ tag : v2.3.0
114
114
pullPolicy : IfNotPresent
115
115
resources : {}
116
116
# Extra volume mounts to append to nodeplugin's
@@ -186,7 +186,7 @@ controllerplugin:
186
186
plugin :
187
187
image :
188
188
repository : registry.cern.ch/kubernetes/cvmfs-csi
189
- tag : v2.3.0-rc.0
189
+ tag : v2.3.0
190
190
pullPolicy : IfNotPresent
191
191
resources : {}
192
192
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.3.0-rc.0
38
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.3.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/kubernetes/cvmfs-csi:v2.3.0-rc.0
42
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.3.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/kubernetes/cvmfs-csi:v2.3.0-rc.0
87
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
88
88
command : [/automount-runner]
89
89
args :
90
90
- -v=4
@@ -115,7 +115,7 @@ spec:
115
115
- mountPath : /etc/cvmfs/config.d
116
116
name : etc-cvmfs-config-d
117
117
- name : singlemount
118
- image : registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
118
+ image : registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
119
119
command : [/singlemount-runner]
120
120
- -v=4
121
121
- --endpoint=unix:///var/lib/cvmfs.csi.cern.ch/singlemount-runner.sock
You can’t perform that action at this time.
0 commit comments