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 daf5354  prepare for v0.4.0 development
daf5354 is described below

commit daf5354b3cdc955fbc98962a7d6785f0eb20ddf9
Author: caigy <[email protected]>
AuthorDate: Sun Sep 4 17:39:15 2022 +0800

    prepare for v0.4.0 development
---
 README.md            | 2 +-
 deploy/operator.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8e6197d..4c5b5c6 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
+$ make docker-build IMG=apache/rocketmq-operator:0.4.0-snaphost
 ```
 
 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 c76870a..d8a9058 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
+        image: apache/rocketmq-operator:latest
         command:
         - /manager
         args:

Reply via email to