From 0086e63831e8e6f840a60519f2a53f2f830ddb89 Mon Sep 17 00:00:00 2001 From: Robert Vasek Date: Fri, 1 Mar 2024 17:04:34 +0100 Subject: [PATCH] pin image and chart tags to v1.3.1 --- 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 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: []