File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
deployments/helm/cvmfs-csi Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v2.2.2-rc.0 "
2
+ appVersion : " v2.2.2"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : cvmfs-csi
5
- version : 2.2.2-rc.0
5
+ version : 2.2.2
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.2-rc.0
71
+ tag : v2.2.2
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.2-rc.0
79
+ tag : v2.2.2
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.2-rc.0
95
+ tag : v2.2.2
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.2-rc.0
171
+ tag : v2.2.2
172
172
pullPolicy : IfNotPresent
173
173
resources : {}
174
174
extraVolumeMounts : []
You can’t perform that action at this time.
0 commit comments