File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
deployments/helm/cvmfs-csi Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " v2.3.1-rc.0 "
2+ appVersion : " v2.3.1"
33description : A Helm chart to deploy the CVMFS-CSI Plugin
44name : cvmfs-csi
5- version : 2.3.1-rc.0
5+ version : 2.3.1
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ nodeplugin:
7070 plugin :
7171 image :
7272 repository : registry.cern.ch/kubernetes/cvmfs-csi
73- tag : v2.3.1-rc.0
73+ tag : v2.3.1
7474 pullPolicy : IfNotPresent
7575 resources : {}
7676
7777 # automount-runner image and container resources specs.
7878 automount :
7979 image :
8080 repository : registry.cern.ch/kubernetes/cvmfs-csi
81- tag : v2.3.1-rc.0
81+ tag : v2.3.1
8282 pullPolicy : IfNotPresent
8383 resources : {}
8484 # Extra volume mounts to append to nodeplugin's
@@ -94,7 +94,7 @@ nodeplugin:
9494 automountReconciler :
9595 image :
9696 repository : registry.cern.ch/kubernetes/cvmfs-csi
97- tag : v2.3.1-rc.0
97+ tag : v2.3.1
9898 pullPolicy : IfNotPresent
9999 resources : {}
100100 # Extra volume mounts to append to nodeplugin's
@@ -110,7 +110,7 @@ nodeplugin:
110110 singlemount :
111111 image :
112112 repository : registry.cern.ch/kubernetes/cvmfs-csi
113- tag : v2.3.1-rc.0
113+ tag : v2.3.1
114114 pullPolicy : IfNotPresent
115115 resources : {}
116116 # Extra volume mounts to append to nodeplugin's
@@ -186,7 +186,7 @@ controllerplugin:
186186 plugin :
187187 image :
188188 repository : registry.cern.ch/kubernetes/cvmfs-csi
189- tag : v2.3.1-rc.0
189+ tag : v2.3.1
190190 pullPolicy : IfNotPresent
191191 resources : {}
192192 extraVolumeMounts : []
You can’t perform that action at this time.
0 commit comments