diff --git a/deployments/helm/eosxd-csi/Chart.yaml b/deployments/helm/eosxd-csi/Chart.yaml index 27acdc3..a79e849 100644 --- a/deployments/helm/eosxd-csi/Chart.yaml +++ b/deployments/helm/eosxd-csi/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.1-rc.0 +appVersion: v1.3.1 description: A Helm chart to deploy the eosxd-CSI Plugin name: eosxd-csi -version: 1.3.1-rc.0 +version: 1.3.1 diff --git a/deployments/helm/eosxd-csi/values.yaml b/deployments/helm/eosxd-csi/values.yaml index 004f6bc..a198eb6 100644 --- a/deployments/helm/eosxd-csi/values.yaml +++ b/deployments/helm/eosxd-csi/values.yaml @@ -177,7 +177,7 @@ nodeplugin: plugin: image: repository: registry.cern.ch/kubernetes/eosxd-csi - tag: v1.3.1-rc.0 + tag: v1.3.1 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -188,7 +188,7 @@ nodeplugin: automount: image: repository: registry.cern.ch/kubernetes/eosxd-csi - tag: v1.3.1-rc.0 + tag: v1.3.1 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -207,7 +207,7 @@ nodeplugin: mountreconciler: image: repository: registry.cern.ch/kubernetes/eosxd-csi - tag: v1.3.1-rc.0 + tag: v1.3.1 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -272,7 +272,7 @@ controllerplugin: plugin: image: repository: registry.cern.ch/kubernetes/eosxd-csi - tag: v1.3.1-rc.0 + tag: v1.3.1 pullPolicy: IfNotPresent resources: {} extraVolumeMounts: []