Skip to content

Commit a38d8b2

Browse files
authored
Merge pull request #109 from cvmfs-contrib/pin-2.2.2-rc.0
Pin cvmfs-csi tags to v2.2.2-rc.0
2 parents f398f03 + 04937f8 commit a38d8b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 4 additions & 4 deletions
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
71+
tag: v2.2.2-rc.0
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
79+
tag: v2.2.2-rc.0
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
95+
tag: v2.2.2-rc.0
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
171+
tag: v2.2.2-rc.0
172172
pullPolicy: IfNotPresent
173173
resources: {}
174174
extraVolumeMounts: []

0 commit comments

Comments
 (0)