Skip to content

Commit 79725b1

Browse files
authored
Merge pull request #99 from gman0/pin-2.2.1
Pin cvmfs-csi tags to v2.2.1
2 parents 34466ed + ab2ad0c commit 79725b1

File tree

4 files changed

+10
-10
lines changed

4 files changed

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

deployments/helm/cvmfs-csi/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ nodeplugin:
6868
plugin:
6969
image:
7070
repository: registry.cern.ch/kubernetes/cvmfs-csi
71-
tag: v2.2.1-rc.0
71+
tag: v2.2.1
7272
pullPolicy: IfNotPresent
7373
resources: {}
7474

7575
# automount-runner image and container resources specs.
7676
automount:
7777
image:
7878
repository: registry.cern.ch/kubernetes/cvmfs-csi
79-
tag: v2.2.1-rc.0
79+
tag: v2.2.1
8080
pullPolicy: IfNotPresent
8181
resources: {}
8282
# Extra volume mounts to append to nodeplugin's
@@ -92,7 +92,7 @@ nodeplugin:
9292
singlemount:
9393
image:
9494
repository: registry.cern.ch/kubernetes/cvmfs-csi
95-
tag: v2.2.1-rc.0
95+
tag: v2.2.1
9696
pullPolicy: IfNotPresent
9797
resources: {}
9898
# Extra volume mounts to append to nodeplugin's
@@ -168,7 +168,7 @@ controllerplugin:
168168
plugin:
169169
image:
170170
repository: registry.cern.ch/kubernetes/cvmfs-csi
171-
tag: v2.2.1-rc.0
171+
tag: v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
38+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
42+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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.2.1-rc.0
87+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
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/kubernetes/cvmfs-csi:v2.2.1-rc.0
122+
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
123123
command:
124124
- /bin/bash
125125
- -c

0 commit comments

Comments
 (0)