diff --git a/Makefile b/Makefile index db6d6b4c7..bd5d5d5d3 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ RBD_IMAGE_NAME=quay.io/cephcsi/rbdplugin RBD_IMAGE_VERSION=v0.2.0 -CEPHFS_IMAGE_NAME=cephfsplugin -CEPHFS_IMAGE_VERSION=latest +CEPHFS_IMAGE_NAME=quay.io/cephcsi/cephfsplugin +CEPHFS_IMAGE_VERSION=v0.2.0 all: rbdplugin cephfsplugin diff --git a/deploy/cephfs/kubernetes/cephfsplugin.yaml b/deploy/cephfs/kubernetes/cephfsplugin.yaml index 507d6ca64..d4b77f25a 100644 --- a/deploy/cephfs/kubernetes/cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/cephfsplugin.yaml @@ -78,7 +78,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: cephfsplugin:latest + image: quay.io/cephcsi/cephfsplugin:v0.2.0 args : - "--nodeid=$(NODE_ID)" - "--endpoint=$(CSI_ENDPOINT)"