Skip to content

Commit

Permalink
pin image and chart tags to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gman0 committed Oct 9, 2023
1 parent 8c05cbf commit 43bbdf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.3.2-rc.0"
appVersion: "v2.3.2"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.3.2-rc.0
version: 2.3.2
10 changes: 5 additions & 5 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.2-rc.0
tag: v2.3.2
pullPolicy: IfNotPresent
resources: {}

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

0 comments on commit 43bbdf6

Please sign in to comment.