Skip to content

Commit 4902d51

Browse files
authored
Updated image repository enpoind and tag on values.yaml for HELM deployment
1 parent e18bd3c commit 4902d51

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ nodeplugin:
6969
# CVMFS CSI image and container resources specs.
7070
plugin:
7171
image:
72-
repository: registry.cern.ch/magnum/cvmfs-csi
73-
tag: latest
72+
repository: registry.cern.ch/kubernetes/charts/cvmfs-csi
73+
tag: 2.3.2
7474
pullPolicy: IfNotPresent
7575
resources: {}
7676

7777
# automount-runner image and container resources specs.
7878
automount:
7979
image:
80-
repository: registry.cern.ch/magnum/cvmfs-csi
81-
tag: latest
80+
repository: registry.cern.ch/kubernetes/charts/cvmfs-csi
81+
tag: 2.3.2
8282
pullPolicy: IfNotPresent
8383
resources: {}
8484
# Extra volume mounts to append to nodeplugin's
@@ -93,8 +93,8 @@ nodeplugin:
9393
# automount-reconciler image and container resources specs.
9494
automountReconciler:
9595
image:
96-
repository: registry.cern.ch/magnum/cvmfs-csi
97-
tag: latest
96+
repository: registry.cern.ch/kubernetes/charts/cvmfs-csi
97+
tag: 2.3.2
9898
pullPolicy: IfNotPresent
9999
resources: {}
100100
# Extra volume mounts to append to nodeplugin's
@@ -109,8 +109,8 @@ nodeplugin:
109109
# automount-runner image and container resources specs.
110110
singlemount:
111111
image:
112-
repository: registry.cern.ch/magnum/cvmfs-csi
113-
tag: latest
112+
repository: registry.cern.ch/kubernetes/charts/cvmfs-csi
113+
tag: 2.3.2
114114
pullPolicy: IfNotPresent
115115
resources: {}
116116
# Extra volume mounts to append to nodeplugin's
@@ -185,8 +185,8 @@ controllerplugin:
185185
# CVMFS CSI image and container resources specs.
186186
plugin:
187187
image:
188-
repository: registry.cern.ch/magnum/cvmfs-csi
189-
tag: latest
188+
repository: registry.cern.ch/kubernetes/charts/cvmfs-csi
189+
tag: 2.3.2
190190
pullPolicy: IfNotPresent
191191
resources: {}
192192
extraVolumeMounts: []

0 commit comments

Comments
 (0)