From b1034379fa239b8fe566cdc026b79e257fe782cb Mon Sep 17 00:00:00 2001 From: Robert Vasek Date: Mon, 26 Feb 2024 17:51:17 +0100 Subject: [PATCH] pin image and chart tags to v1.3.0 --- deployments/helm/eosxd-csi/Chart.yaml | 4 ++-- deployments/helm/eosxd-csi/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployments/helm/eosxd-csi/Chart.yaml b/deployments/helm/eosxd-csi/Chart.yaml index e333316..83ada6b 100644 --- a/deployments/helm/eosxd-csi/Chart.yaml +++ b/deployments/helm/eosxd-csi/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.0-rc.1 +appVersion: v1.3.0 description: A Helm chart to deploy the eosxd-CSI Plugin name: eosxd-csi -version: 1.3.0-rc.1 +version: 1.3.0 diff --git a/deployments/helm/eosxd-csi/values.yaml b/deployments/helm/eosxd-csi/values.yaml index 35ed391..3d59c3d 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.0-rc.1 + tag: v1.3.0 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.0-rc.1 + tag: v1.3.0 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.0-rc.1 + tag: v1.3.0 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.0-rc.1 + tag: v1.3.0 pullPolicy: IfNotPresent resources: {} extraVolumeMounts: []