Skip to content

Commit

Permalink
pin image and chart tags to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rochaporto committed Apr 9, 2024
1 parent ce68ba4 commit a750b68
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.3.2
appVersion: v1.3.3
description: A Helm chart to deploy the eosxd-CSI Plugin
name: eosxd-csi
version: 1.3.2
version: 1.3.3
8 changes: 4 additions & 4 deletions deployments/helm/eosxd-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.3.2
tag: v1.3.3
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -188,7 +188,7 @@ nodeplugin:
automount:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.3.2
tag: v1.3.3
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -207,7 +207,7 @@ nodeplugin:
mountreconciler:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.3.2
tag: v1.3.3
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -272,7 +272,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.3.2
tag: v1.3.3
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down

0 comments on commit a750b68

Please sign in to comment.