Skip to content

Commit 43bbdf6

Browse files
committed
pin image and chart tags to v2.3.2
1 parent 8c05cbf commit 43bbdf6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

deployments/helm/cvmfs-csi/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v2.3.2-rc.0"
2+
appVersion: "v2.3.2"
33
description: A Helm chart to deploy the CVMFS-CSI Plugin
44
name: cvmfs-csi
5-
version: 2.3.2-rc.0
5+
version: 2.3.2

deployments/helm/cvmfs-csi/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ nodeplugin:
7070
plugin:
7171
image:
7272
repository: registry.cern.ch/kubernetes/cvmfs-csi
73-
tag: v2.3.2-rc.0
73+
tag: v2.3.2
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.2-rc.0
81+
tag: v2.3.2
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.2-rc.0
97+
tag: v2.3.2
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.2-rc.0
113+
tag: v2.3.2
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.2-rc.0
189+
tag: v2.3.2
190190
pullPolicy: IfNotPresent
191191
resources: {}
192192
extraVolumeMounts: []

0 commit comments

Comments
 (0)