diff --git a/deploy/cephfs/kubernetes/v1.13/helm/ceph-csi-cephfs/values.yaml b/deploy/cephfs/kubernetes/v1.13/helm/ceph-csi-cephfs/values.yaml index 6538a4336..aff07cc73 100644 --- a/deploy/cephfs/kubernetes/v1.13/helm/ceph-csi-cephfs/values.yaml +++ b/deploy/cephfs/kubernetes/v1.13/helm/ceph-csi-cephfs/values.yaml @@ -34,7 +34,7 @@ nodeplugin: image: repository: quay.io/cephcsi/cephcsi # for stable functionality replace canary with latest release version - tag: canary + tag: v1.2.0 pullPolicy: IfNotPresent resources: {} diff --git a/deploy/cephfs/kubernetes/v1.14+/helm/ceph-csi-cephfs/values.yaml b/deploy/cephfs/kubernetes/v1.14+/helm/ceph-csi-cephfs/values.yaml index 0224284a4..2866a1d77 100644 --- a/deploy/cephfs/kubernetes/v1.14+/helm/ceph-csi-cephfs/values.yaml +++ b/deploy/cephfs/kubernetes/v1.14+/helm/ceph-csi-cephfs/values.yaml @@ -34,7 +34,7 @@ nodeplugin: image: repository: quay.io/cephcsi/cephcsi # for stable functionality replace canary with latest release version - tag: canary + tag: v1.2.0 pullPolicy: IfNotPresent resources: {} diff --git a/deploy/rbd/ceph-csi-rbd b/deploy/rbd/ceph-csi-rbd new file mode 120000 index 000000000..5a8e18c53 --- /dev/null +++ b/deploy/rbd/ceph-csi-rbd @@ -0,0 +1 @@ +helm \ No newline at end of file diff --git a/deploy/rbd/kubernetes/v1.13/helm/ceph-csi-rbd/values.yaml b/deploy/rbd/kubernetes/v1.13/helm/ceph-csi-rbd/values.yaml index 6ef6a9b1c..be02dfa9e 100644 --- a/deploy/rbd/kubernetes/v1.13/helm/ceph-csi-rbd/values.yaml +++ b/deploy/rbd/kubernetes/v1.13/helm/ceph-csi-rbd/values.yaml @@ -34,7 +34,7 @@ nodeplugin: image: repository: quay.io/cephcsi/cephcsi # for stable functionality replace canary with latest release version - tag: canary + tag: v1.2.0 pullPolicy: IfNotPresent resources: {} diff --git a/deploy/rbd/kubernetes/v1.14+/helm/ceph-csi-rbd/values.yaml b/deploy/rbd/kubernetes/v1.14+/helm/ceph-csi-rbd/values.yaml index a0fd973ef..00d0e9b6a 100644 --- a/deploy/rbd/kubernetes/v1.14+/helm/ceph-csi-rbd/values.yaml +++ b/deploy/rbd/kubernetes/v1.14+/helm/ceph-csi-rbd/values.yaml @@ -34,7 +34,7 @@ nodeplugin: image: repository: quay.io/cephcsi/cephcsi # for stable functionality replace canary with latest release version - tag: canary + tag: v1.2.0 pullPolicy: IfNotPresent resources: {}