fix(image):switch docker image repository to apacherocketmq
diff --git a/README.md b/README.md
index 4e05cf8..a17d95e 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@
   # size is the the name service instance number of the name service cluster
   size: 1
   # nameServiceImage is the customized docker image repo of the RocketMQ name service
-  nameServiceImage: rocketmqinc/rocketmq-namesrv:4.5.0-alpine
+  nameServiceImage: apacherocketmq/rocketmq-namesrv:4.5.0-alpine
   # imagePullPolicy is the image pull policy
   imagePullPolicy: Always
   # storageMode can be EmptyDir, HostPath, NFS
@@ -209,7 +209,7 @@
   # replicaPerGroup is the number of replica broker in each group
   replicaPerGroup: 1
   # brokerImage is the customized docker image repo of the RocketMQ broker
-  brokerImage: rocketmqinc/rocketmq-broker:4.5.0-alpine
+  brokerImage: apacherocketmq/rocketmq-broker:4.5.0-alpine
   # imagePullPolicy is the image pull policy
   imagePullPolicy: Always
   # allowRestart defines whether allow pod restart
diff --git a/create-operator.sh b/create-operator.sh
index 85f190a..6fa7169 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="rocketmqinc/rocketmq-operator:0.2.0"
+DOCKERHUB_REPO="apacherocketmq/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 e4b8678..99f5f67 100644
--- a/deploy/operator.yaml
+++ b/deploy/operator.yaml
@@ -31,7 +31,7 @@
       containers:
         - name: rocketmq-operator
           # Replace this with the built image name
-          image: rocketmqinc/rocketmq-operator:0.2.0
+          image: apacherocketmq/rocketmq-operator:0.2.0
           command:
           - rocketmq-operator
           imagePullPolicy: Always