Skip to content

Commit 1c07755

Browse files
committed
Pin images and charts to v2.2.1-rc.0
1 parent c38b560 commit 1c07755

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.2.0"
2+
appVersion: "v2.2.1-rc.0"
33
description: A Helm chart to deploy the CVMFS-CSI Plugin
44
name: cvmfs-csi
5-
version: 2.2.0
5+
version: 2.2.1-rc.0

deployments/helm/cvmfs-csi/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ nodeplugin:
6767
# CVMFS CSI image and container resources specs.
6868
plugin:
6969
image:
70-
repository: registry.cern.ch/magnum/cvmfs-csi
71-
tag: v2.2.0
70+
repository: registry.cern.ch/kubernetes/cvmfs-csi
71+
tag: v2.2.1-rc.0
7272
pullPolicy: IfNotPresent
7373
resources: {}
7474

7575
# automount-runner image and container resources specs.
7676
automount:
7777
image:
78-
repository: registry.cern.ch/magnum/cvmfs-csi
79-
tag: v2.2.0
78+
repository: registry.cern.ch/kubernetes/cvmfs-csi
79+
tag: v2.2.1-rc.0
8080
pullPolicy: IfNotPresent
8181
resources: {}
8282
# Extra volume mounts to append to nodeplugin's
@@ -91,8 +91,8 @@ nodeplugin:
9191
# automount-runner image and container resources specs.
9292
singlemount:
9393
image:
94-
repository: registry.cern.ch/magnum/cvmfs-csi
95-
tag: v2.2.0
94+
repository: registry.cern.ch/kubernetes/cvmfs-csi
95+
tag: v2.2.1-rc.0
9696
pullPolicy: IfNotPresent
9797
resources: {}
9898
# Extra volume mounts to append to nodeplugin's
@@ -167,8 +167,8 @@ controllerplugin:
167167
# CVMFS CSI image and container resources specs.
168168
plugin:
169169
image:
170-
repository: registry.cern.ch/magnum/cvmfs-csi
171-
tag: v2.2.0
170+
repository: registry.cern.ch/kubernetes/cvmfs-csi
171+
tag: v2.2.1-rc.0
172172
pullPolicy: IfNotPresent
173173
resources: {}
174174
extraVolumeMounts: []

deployments/kubernetes/controllerplugin-deployment.yaml

+1-1
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:v2.2.0
38+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
3939
imagePullPolicy: IfNotPresent
4040
command: [/csi-cvmfsplugin]
4141
args:

deployments/kubernetes/nodeplugin-daemonset.yaml

+3-3
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:v2.2.0
42+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-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:v2.2.0
87+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
8888
command:
8989
- /bin/bash
9090
- -c
@@ -119,7 +119,7 @@ spec:
119119
- mountPath: /etc/cvmfs/config.d
120120
name: etc-cvmfs-config-d
121121
- name: singlemount
122-
image: registry.cern.ch/magnum/cvmfs-csi:v2.2.0
122+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
123123
command:
124124
- /bin/bash
125125
- -c

0 commit comments

Comments
 (0)