Merge pull request #129 from caigy/0.3.0-release

[ISSUE #128] v0.3.0 release
diff --git a/Dockerfile b/Dockerfile
index f34ff52..d1500cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@
 # Install rocketmq release into image
 RUN apk add --no-cache bash gettext nmap-ncat openssl busybox-extras
 ENV ROCKETMQ_HOME  /home/rocketmq
-ENV ROCKETMQ_VERSION 4.5.0
+ENV ROCKETMQ_VERSION 4.9.4
 WORKDIR  ${ROCKETMQ_HOME}
 RUN set -eux; \
     apk add --virtual .build-deps curl gnupg unzip; \
diff --git a/README.md b/README.md
index 3472d3a..8e6197d 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@
 the image tag is specified by the `IMG` parameter.
 
 ```shell
-$ make docker-build IMG=apache/rocketmq-operator:0.3.0-snapshot
+$ make docker-build IMG=apache/rocketmq-operator:0.3.0
 ```
 
 Now you can use the CRDs provided by RocketMQ Operator to deploy your RocketMQ cluster.
diff --git a/deploy/operator.yaml b/deploy/operator.yaml
index 3b9d030..c76870a 100644
--- a/deploy/operator.yaml
+++ b/deploy/operator.yaml
@@ -32,7 +32,7 @@
       containers:
       - name: manager
         # Replace this with the built image name
-        image: apache/rocketmq-operator:0.3.0-snapshot
+        image: apache/rocketmq-operator:0.3.0
         command:
         - /manager
         args: