You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/10/09 12:01:38 UTC

[rocketmq-operator] branch master updated: fix(image): modify docker image repository workaroud

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new 8375d2f  fix(image): modify docker image repository workaroud
8375d2f is described below

commit 8375d2f5dec4c868cbee179539ad3fe6143d2429
Author: vongosling <vo...@apache.org>
AuthorDate: Wed Oct 9 20:01:26 2019 +0800

    fix(image): modify docker image repository workaroud
---
 create-operator.sh   | 2 +-
 deploy/operator.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/create-operator.sh b/create-operator.sh
index 0980632..85f190a 100755
--- a/create-operator.sh
+++ b/create-operator.sh
@@ -18,7 +18,7 @@
 set -eux;
 
 # You can change the DOCKERHUB_REPO to your docker repo for development purpose
-DOCKERHUB_REPO="docker.io/library/rocketmq-operator:v0.0.1-snapshot"
+DOCKERHUB_REPO="rocketmqinc/rocketmq-operator:0.2.0"
 # The version of RocketMQ including the Admin Tool
 ROCKETMQ_VERSION="4.5.0"
 
diff --git a/deploy/operator.yaml b/deploy/operator.yaml
index ac8ffa1..e4b8678 100644
--- a/deploy/operator.yaml
+++ b/deploy/operator.yaml
@@ -31,7 +31,7 @@ spec:
       containers:
         - name: rocketmq-operator
           # Replace this with the built image name
-          image: docker.io/library/rocketmq-operator:v0.0.1-snapshot
+          image: rocketmqinc/rocketmq-operator:0.2.0
           command:
           - rocketmq-operator
           imagePullPolicy: Always