From d946724f681d11e2bee26081ee95dc8c396d8eb1 Mon Sep 17 00:00:00 2001 From: Niranjan N <110103643+niranjan-n1@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:43:25 +0530 Subject: [PATCH] updated replication version (#542) --- charts/csi-powerstore/values.yaml | 2 +- charts/csm-replication/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index 4c07e95c..93e8b538 100644 --- a/charts/csi-powerstore/values.yaml +++ b/charts/csi-powerstore/values.yaml @@ -47,7 +47,7 @@ images: # CSM sidecars replication: - image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.9.0 + image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0 vgsnapshotter: image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.7.0 podmon: diff --git a/charts/csm-replication/Chart.yaml b/charts/csm-replication/Chart.yaml index 9bf18900..34ec8682 100644 --- a/charts/csm-replication/Chart.yaml +++ b/charts/csm-replication/Chart.yaml @@ -3,5 +3,5 @@ name: csm-replication type: application description: | CSM for Replication helm charts -version: 1.9.0 -appVersion: "1.9.0" +version: 1.10.0 +appVersion: "1.10.0"