cephfs/Makefile: renamed image to quay.io/cephcsi/cephfsplugin

This commit is contained in:
gman 2018-03-26 15:02:20 +02:00
parent 61103bbc47
commit 48b4177949
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
RBD_IMAGE_NAME=quay.io/cephcsi/rbdplugin RBD_IMAGE_NAME=quay.io/cephcsi/rbdplugin
RBD_IMAGE_VERSION=v0.2.0 RBD_IMAGE_VERSION=v0.2.0
CEPHFS_IMAGE_NAME=cephfsplugin CEPHFS_IMAGE_NAME=quay.io/cephcsi/cephfsplugin
CEPHFS_IMAGE_VERSION=latest CEPHFS_IMAGE_VERSION=v0.2.0
all: rbdplugin cephfsplugin all: rbdplugin cephfsplugin

View File

@ -78,7 +78,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: cephfsplugin:latest image: quay.io/cephcsi/cephfsplugin:v0.2.0
args : args :
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"