Skip to content

Commit

Permalink
Merge pull request #110 from gman0/pin-2.2.2
Browse files Browse the repository at this point in the history
Pin cvmfs-csi tags to v2.2.2
  • Loading branch information
gman0 authored Aug 11, 2023
2 parents a38d8b2 + 692b37b commit d64a703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/cvmfs-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.2.2-rc.0"
appVersion: "v2.2.2"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.2.2-rc.0
version: 2.2.2
8 changes: 4 additions & 4 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.2-rc.0
tag: v2.2.2
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
automount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.2-rc.0
tag: v2.2.2
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -92,7 +92,7 @@ nodeplugin:
singlemount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.2-rc.0
tag: v2.2.2
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -168,7 +168,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.2-rc.0
tag: v2.2.2
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down

0 comments on commit d64a703

Please sign in to comment.