mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
cephfs/Makefile: renamed image to quay.io/cephcsi/cephfsplugin
This commit is contained in:
parent
61103bbc47
commit
48b4177949
4
Makefile
4
Makefile
@ -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
|
||||||
|
|
||||||
|
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user