Skip to content

Commit 4ab118c

Browse files
committed
pin image and chart tags to v1.3.2
1 parent 626b40a commit 4ab118c

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.3.1
2+
appVersion: v1.3.2
33
description: A Helm chart to deploy the eosxd-CSI Plugin
44
name: eosxd-csi
5-
version: 1.3.1
5+
version: 1.3.2

deployments/helm/eosxd-csi/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ nodeplugin:
177177
plugin:
178178
image:
179179
repository: registry.cern.ch/kubernetes/eosxd-csi
180-
tag: v1.3.1
180+
tag: v1.3.2
181181
pullPolicy: IfNotPresent
182182
resources: {}
183183
# Extra volume mounts to append to nodeplugin's
@@ -188,7 +188,7 @@ nodeplugin:
188188
automount:
189189
image:
190190
repository: registry.cern.ch/kubernetes/eosxd-csi
191-
tag: v1.3.1
191+
tag: v1.3.2
192192
pullPolicy: IfNotPresent
193193
resources: {}
194194
# Extra volume mounts to append to nodeplugin's
@@ -207,7 +207,7 @@ nodeplugin:
207207
mountreconciler:
208208
image:
209209
repository: registry.cern.ch/kubernetes/eosxd-csi
210-
tag: v1.3.1
210+
tag: v1.3.2
211211
pullPolicy: IfNotPresent
212212
resources: {}
213213
# Extra volume mounts to append to nodeplugin's
@@ -272,7 +272,7 @@ controllerplugin:
272272
plugin:
273273
image:
274274
repository: registry.cern.ch/kubernetes/eosxd-csi
275-
tag: v1.3.1
275+
tag: v1.3.2
276276
pullPolicy: IfNotPresent
277277
resources: {}
278278
extraVolumeMounts: []

0 commit comments

Comments
 (0)