You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ca...@apache.org on 2022/09/04 09:23:01 UTC

[rocketmq-operator] branch master updated: prepare for releasing v0.3.0

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

caigy 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 f6f51d6  prepare for releasing v0.3.0
     new 23fb2eb  Merge pull request #129 from caigy/0.3.0-release
f6f51d6 is described below

commit f6f51d68e598b4542257cb5a4abf2f871df6bfbe
Author: caigy <cs...@163.com>
AuthorDate: Sun Sep 4 17:04:30 2022 +0800

    prepare for releasing v0.3.0
---
 Dockerfile           | 2 +-
 README.md            | 2 +-
 deploy/operator.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f34ff52..d1500cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ FROM openjdk:8-alpine
 # 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 @@ If you find that pod image is not found, run the following command to build a ne
 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 @@ spec:
       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: