Skip to content

Commit

Permalink
Merge pull request #130 from jtorrex/master
Browse files Browse the repository at this point in the history
Updated image repository enpoind and tag on values.yaml for HELM deployment.
  • Loading branch information
gman0 authored Nov 29, 2023
2 parents e18bd3c + 9c2efdf commit d46443a
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit d46443a

Please sign in to comment.