From f717b4ef87dce62254a2f2db2f07bee3d4a6a4ed Mon Sep 17 00:00:00 2001 From: Kelvin Tay Date: Mon, 16 Apr 2018 00:41:34 +0900 Subject: [PATCH] use ipedrazas/drone-helm in docs for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd9a95..795c1c2 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Get the token for the default service account in the default namespace: KUBERNETES_TOKEN=$(kubectl get secret $(kubectl get sa default -o jsonpath='{.secrets[].name}{"\n"}') -o jsonpath="{.data.token}" | base64 -D) ``` -Run the local image (or replace `drone-helm` with `quay.io/honestbee/drone-helm`: +Run the local image (or replace `drone-helm` with `quay.io/ipedrazas/drone-helm`: ```Bash docker run --rm \ -e API_SERVER="https://$(minikube ip):8443" \