Skip to content

Commit d64a703

Browse files
authored
Merge pull request #110 from gman0/pin-2.2.2
Pin cvmfs-csi tags to v2.2.2
2 parents a38d8b2 + 692b37b commit d64a703

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

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

0 commit comments

Comments
 (0)