Skip to content

Commit

Permalink
deploy: pin images for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1602077 committed Jun 6, 2024
1 parent b327536 commit 1aaa827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/eosxd-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v1.4.0"
appVersion: "v1.4.1"
description: A Helm chart to deploy the eosxd-CSI Plugin
name: eosxd-csi
version: 1.4.0
version: 1.4.1
8 changes: 4 additions & 4 deletions deployments/helm/eosxd-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.4.0
tag: v1.4.1
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -205,7 +205,7 @@ nodeplugin:
automount:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.4.0
tag: v1.4.1
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -226,7 +226,7 @@ nodeplugin:
mountreconciler:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.4.0
tag: v1.4.1
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -300,7 +300,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.4.0
tag: v1.4.1
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts:
Expand Down

0 comments on commit 1aaa827

Please sign in to comment.