From c5002044010f1f6f8cef30dd074714ac5191b498 Mon Sep 17 00:00:00 2001 From: Robert Vasek Date: Thu, 22 Feb 2024 11:04:49 +0100 Subject: [PATCH] pin image and chart tags to v1.3.0-rc.0 --- deployments/helm/eosxd-csi/Chart.yaml | 2 +- deployments/helm/eosxd-csi/values.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployments/helm/eosxd-csi/Chart.yaml b/deployments/helm/eosxd-csi/Chart.yaml index f3db48a..e7195b3 100644 --- a/deployments/helm/eosxd-csi/Chart.yaml +++ b/deployments/helm/eosxd-csi/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "latest" description: A Helm chart to deploy the eosxd-CSI Plugin name: eosxd-csi -version: "1.0.0" +version: "1.3.0-rc.0" diff --git a/deployments/helm/eosxd-csi/values.yaml b/deployments/helm/eosxd-csi/values.yaml index 7c82d7f..56eecf4 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.1.1 + tag: v1.3.0-rc.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.1.1 + tag: v1.3.0-rc.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.1.1 + tag: v1.3.0-rc.0 pullPolicy: IfNotPresent resources: {} # Extra volume mounts to append to nodeplugin's @@ -218,7 +218,7 @@ nodeplugin: registrar: image: repository: registry.k8s.io/sig-storage/csi-node-driver-registrar - tag: v2.5.1 + tag: v2.9.3 pullPolicy: IfNotPresent resources: {} @@ -272,7 +272,7 @@ controllerplugin: plugin: image: repository: registry.cern.ch/kubernetes/eosxd-csi - tag: v1.1.1 + tag: v1.3.0-rc.0 pullPolicy: IfNotPresent resources: {} extraVolumeMounts: [] @@ -280,8 +280,8 @@ controllerplugin: # CSI external-provisioner image and container resources specs. provisioner: image: - repository: k8s.gcr.io/sig-storage/csi-provisioner - tag: v3.2.1 + repository: registry.k8s.io/sig-storage/csi-provisioner + tag: v4.0.0 pullPolicy: IfNotPresent resources: {}