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 11apiVersion : v1
2- appVersion : " v2.2.2-rc.0 "
2+ appVersion : " v2.2.2"
33description : A Helm chart to deploy the CVMFS-CSI Plugin
44name : 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:
6868 plugin :
6969 image :
7070 repository : registry.cern.ch/kubernetes/cvmfs-csi
71- tag : v2.2.2-rc.0
71+ tag : v2.2.2
7272 pullPolicy : IfNotPresent
7373 resources : {}
7474
7575 # automount-runner image and container resources specs.
7676 automount :
7777 image :
7878 repository : registry.cern.ch/kubernetes/cvmfs-csi
79- tag : v2.2.2-rc.0
79+ tag : v2.2.2
8080 pullPolicy : IfNotPresent
8181 resources : {}
8282 # Extra volume mounts to append to nodeplugin's
@@ -92,7 +92,7 @@ nodeplugin:
9292 singlemount :
9393 image :
9494 repository : registry.cern.ch/kubernetes/cvmfs-csi
95- tag : v2.2.2-rc.0
95+ tag : v2.2.2
9696 pullPolicy : IfNotPresent
9797 resources : {}
9898 # Extra volume mounts to append to nodeplugin's
@@ -168,7 +168,7 @@ controllerplugin:
168168 plugin :
169169 image :
170170 repository : registry.cern.ch/kubernetes/cvmfs-csi
171- tag : v2.2.2-rc.0
171+ tag : v2.2.2
172172 pullPolicy : IfNotPresent
173173 resources : {}
174174 extraVolumeMounts : []
You can’t perform that action at this time.
0 commit comments