From 48b41779494055c49c940f0234bbb63768851380 Mon Sep 17 00:00:00 2001 From: gman Date: Mon, 26 Mar 2018 15:02:20 +0200 Subject: [PATCH] cephfs/Makefile: renamed image to quay.io/cephcsi/cephfsplugin --- Makefile | 4 ++-- deploy/cephfs/kubernetes/cephfsplugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)"