Skip to content

Commit 1aaa827

Browse files
committed
deploy: pin images for v1.4.1
1 parent b327536 commit 1aaa827

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v1.4.0"
2+
appVersion: "v1.4.1"
33
description: A Helm chart to deploy the eosxd-CSI Plugin
44
name: eosxd-csi
5-
version: 1.4.0
5+
version: 1.4.1

deployments/helm/eosxd-csi/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ nodeplugin:
192192
plugin:
193193
image:
194194
repository: registry.cern.ch/kubernetes/eosxd-csi
195-
tag: v1.4.0
195+
tag: v1.4.1
196196
pullPolicy: IfNotPresent
197197
resources: {}
198198
# Extra volume mounts to append to nodeplugin's
@@ -205,7 +205,7 @@ nodeplugin:
205205
automount:
206206
image:
207207
repository: registry.cern.ch/kubernetes/eosxd-csi
208-
tag: v1.4.0
208+
tag: v1.4.1
209209
pullPolicy: IfNotPresent
210210
resources: {}
211211
# Extra volume mounts to append to nodeplugin's
@@ -226,7 +226,7 @@ nodeplugin:
226226
mountreconciler:
227227
image:
228228
repository: registry.cern.ch/kubernetes/eosxd-csi
229-
tag: v1.4.0
229+
tag: v1.4.1
230230
pullPolicy: IfNotPresent
231231
resources: {}
232232
# Extra volume mounts to append to nodeplugin's
@@ -300,7 +300,7 @@ controllerplugin:
300300
plugin:
301301
image:
302302
repository: registry.cern.ch/kubernetes/eosxd-csi
303-
tag: v1.4.0
303+
tag: v1.4.1
304304
pullPolicy: IfNotPresent
305305
resources: {}
306306
extraVolumeMounts:

0 commit comments

Comments
 (0)