File tree 2 files changed +7
-7
lines changed
deployments/helm/cvmfs-csi
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v2.3.2-rc.0 "
2
+ appVersion : " v2.3.2"
3
3
description : A Helm chart to deploy the CVMFS-CSI Plugin
4
4
name : cvmfs-csi
5
- version : 2.3.2-rc.0
5
+ version : 2.3.2
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.2-rc.0
73
+ tag : v2.3.2
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.2-rc.0
81
+ tag : v2.3.2
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.2-rc.0
97
+ tag : v2.3.2
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.2-rc.0
113
+ tag : v2.3.2
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.2-rc.0
189
+ tag : v2.3.2
190
190
pullPolicy : IfNotPresent
191
191
resources : {}
192
192
extraVolumeMounts : []
You can’t perform that action at this time.
0 commit comments