Skip to content

Commit 729bbcc

Browse files
authored
Merge pull request #120 from gman0/pin-v2.3.0
pin image and chart tags to v2.3.0
2 parents d27b1ce + 666b2d5 commit 729bbcc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

deployments/helm/cvmfs-csi/Chart.yaml

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

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 5 additions & 5 deletions
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.0-rc.0
73+
tag: v2.3.0
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.0-rc.0
81+
tag: v2.3.0
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.0-rc.0
97+
tag: v2.3.0
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.0-rc.0
113+
tag: v2.3.0
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.0-rc.0
189+
tag: v2.3.0
190190
pullPolicy: IfNotPresent
191191
resources: {}
192192
extraVolumeMounts: []

deployments/kubernetes/controllerplugin-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: socket-dir
3636
mountPath: /csi
3737
- name: controllerplugin
38-
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
38+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
3939
imagePullPolicy: IfNotPresent
4040
command: [/csi-cvmfsplugin]
4141
args:

deployments/kubernetes/nodeplugin-daemonset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: registration-dir
4040
mountPath: /registration
4141
- name: nodeplugin
42-
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
42+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
4343
command: [/csi-cvmfsplugin]
4444
args:
4545
- -v=4
@@ -84,7 +84,7 @@ spec:
8484
mountPath: /cvmfs
8585
mountPropagation: Bidirectional
8686
- name: automount
87-
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
87+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
8888
command: [/automount-runner]
8989
args:
9090
- -v=4
@@ -115,7 +115,7 @@ spec:
115115
- mountPath: /etc/cvmfs/config.d
116116
name: etc-cvmfs-config-d
117117
- name: singlemount
118-
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
118+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
119119
command: [/singlemount-runner]
120120
- -v=4
121121
- --endpoint=unix:///var/lib/cvmfs.csi.cern.ch/singlemount-runner.sock

0 commit comments

Comments
 (0)