Skip to content

Commit

Permalink
pin image and chart tags to v2.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gman0 committed Sep 26, 2023
1 parent f3dc9bb commit d27b1ce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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: "2.1.1"
appVersion: "v2.3.0-rc.0"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.1.1
version: 2.3.0-rc.0
20 changes: 10 additions & 10 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ nodeplugin:
# CVMFS CSI image and container resources specs.
plugin:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: latest
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
automount:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: latest
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -93,8 +93,8 @@ nodeplugin:
# automount-reconciler image and container resources specs.
automountReconciler:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: latest
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -109,8 +109,8 @@ nodeplugin:
# automount-runner image and container resources specs.
singlemount:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: latest
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -185,8 +185,8 @@ controllerplugin:
# CVMFS CSI image and container resources specs.
plugin:
image:
repository: registry.cern.ch/magnum/cvmfs-csi
tag: latest
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/controllerplugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: controllerplugin
image: registry.cern.ch/magnum/cvmfs-csi:latest
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
imagePullPolicy: IfNotPresent
command: [/csi-cvmfsplugin]
args:
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/nodeplugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: nodeplugin
image: registry.cern.ch/magnum/cvmfs-csi:latest
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
command: [/csi-cvmfsplugin]
args:
- -v=4
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
mountPath: /cvmfs
mountPropagation: Bidirectional
- name: automount
image: registry.cern.ch/magnum/cvmfs-csi:latest
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
command: [/automount-runner]
args:
- -v=4
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
- mountPath: /etc/cvmfs/config.d
name: etc-cvmfs-config-d
- name: singlemount
image: registry.cern.ch/magnum/cvmfs-csi:latest
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
command: [/singlemount-runner]
- -v=4
- --endpoint=unix:///var/lib/cvmfs.csi.cern.ch/singlemount-runner.sock
Expand Down

0 comments on commit d27b1ce

Please sign in to comment.