Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
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.2
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.2
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.2
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.2
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down