From eff3e9a2378abe7ea89b4c27a36018d5ca378064 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 4 Apr 2022 14:17:14 +0530 Subject: [PATCH] helm: update image tag for release 3.6 instead of canary This commit change the image tag for release v3.6 instead of canary. Signed-off-by: Humble Chirammal --- charts/ceph-csi-cephfs/values.yaml | 2 +- charts/ceph-csi-rbd/values.yaml | 2 +- deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml | 2 +- deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index b8e902fac..50b2bc5fe 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -87,7 +87,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: canary + tag: v3.6.0 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index a7bd91765..267f54877 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -109,7 +109,7 @@ nodeplugin: plugin: image: repository: quay.io/cephcsi/cephcsi - tag: canary + tag: v3.6.0 pullPolicy: IfNotPresent resources: {} diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml index 148594a93..40e6e013c 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml @@ -104,7 +104,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-cephfsplugin - # for stable functionality replace v3.6.0 with latest release version + # for stable functionality replace canary with latest release version image: quay.io/cephcsi/cephcsi:v3.6.0 args: - "--nodeid=$(NODE_ID)" diff --git a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml index 4369c7173..484b0935a 100644 --- a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml +++ b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml @@ -111,7 +111,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-rbdplugin - # for stable functionality replace v3.6.0 with latest release version + # for stable functionality replace canary with latest release version image: quay.io/cephcsi/cephcsi:v3.6.0 args: - "--nodeid=$(NODE_ID)" @@ -167,7 +167,7 @@ spec: mountPath: /run/secrets/tokens readOnly: true - name: csi-rbdplugin-controller - # for stable functionality replace v3.6.0 with latest release version + # for stable functionality replace canary with latest release version image: quay.io/cephcsi/cephcsi:v3.6.0 args: - "--type=controller"