From 1b895237479a7e0e7680ef17676f5484d0732b5e Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Thu, 15 Feb 2018 19:41:19 +0000 Subject: [PATCH] update image repo Signed-off-by: Huamin Chen --- README.md | 2 +- deploy/kubernetes/rbdplugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d073502..aae282085 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ docker images | grep rbdplugin ``` You should see the following line in the output: ``` -csi_images/rbdplugin latest 248ddba297fa 30 seconds ago 431 MB +quay.io/cephcsi/rbdplugin v0.2.0 76369a8f8528 15 minutes ago 372.5 MB ``` ### Testing diff --git a/deploy/kubernetes/rbdplugin.yaml b/deploy/kubernetes/rbdplugin.yaml index 2b14bd4be..d5f60cabd 100644 --- a/deploy/kubernetes/rbdplugin.yaml +++ b/deploy/kubernetes/rbdplugin.yaml @@ -81,7 +81,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: csi_images/rbdplugin:latest + image: quay.io/cephcsi/rbdplugin:v0.2.0 args : - "--nodeid=$(NODE_ID)" - "--endpoint=$(CSI_ENDPOINT)"