Skip to content

Commit d27b1ce

Browse files
committed
pin image and chart tags to v2.3.0-rc.0
1 parent f3dc9bb commit d27b1ce

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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: "2.1.1"
2+
appVersion: "v2.3.0-rc.0"
33
description: A Helm chart to deploy the CVMFS-CSI Plugin
44
name: cvmfs-csi
5-
version: 2.1.1
5+
version: 2.3.0-rc.0

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ nodeplugin:
6969
# CVMFS CSI image and container resources specs.
7070
plugin:
7171
image:
72-
repository: registry.cern.ch/magnum/cvmfs-csi
73-
tag: latest
72+
repository: registry.cern.ch/kubernetes/cvmfs-csi
73+
tag: v2.3.0-rc.0
7474
pullPolicy: IfNotPresent
7575
resources: {}
7676

7777
# automount-runner image and container resources specs.
7878
automount:
7979
image:
80-
repository: registry.cern.ch/magnum/cvmfs-csi
81-
tag: latest
80+
repository: registry.cern.ch/kubernetes/cvmfs-csi
81+
tag: v2.3.0-rc.0
8282
pullPolicy: IfNotPresent
8383
resources: {}
8484
# Extra volume mounts to append to nodeplugin's
@@ -93,8 +93,8 @@ nodeplugin:
9393
# automount-reconciler image and container resources specs.
9494
automountReconciler:
9595
image:
96-
repository: registry.cern.ch/magnum/cvmfs-csi
97-
tag: latest
96+
repository: registry.cern.ch/kubernetes/cvmfs-csi
97+
tag: v2.3.0-rc.0
9898
pullPolicy: IfNotPresent
9999
resources: {}
100100
# Extra volume mounts to append to nodeplugin's
@@ -109,8 +109,8 @@ nodeplugin:
109109
# automount-runner image and container resources specs.
110110
singlemount:
111111
image:
112-
repository: registry.cern.ch/magnum/cvmfs-csi
113-
tag: latest
112+
repository: registry.cern.ch/kubernetes/cvmfs-csi
113+
tag: v2.3.0-rc.0
114114
pullPolicy: IfNotPresent
115115
resources: {}
116116
# Extra volume mounts to append to nodeplugin's
@@ -185,8 +185,8 @@ controllerplugin:
185185
# CVMFS CSI image and container resources specs.
186186
plugin:
187187
image:
188-
repository: registry.cern.ch/magnum/cvmfs-csi
189-
tag: latest
188+
repository: registry.cern.ch/kubernetes/cvmfs-csi
189+
tag: v2.3.0-rc.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/magnum/cvmfs-csi:latest
38+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.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/magnum/cvmfs-csi:latest
42+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.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/magnum/cvmfs-csi:latest
87+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.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/magnum/cvmfs-csi:latest
118+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.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)