Skip to content

Commit

Permalink
prepare for releasing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caigy committed Sep 4, 2022
1 parent a38bc11 commit f6f51d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6f51d6

Please sign in to comment.