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"