Skip to content

Commit

Permalink
chore: dump 1.2.7-ecp.3 version
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Sep 1, 2023
1 parent 5a4c09d commit 42687ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Note 🍻

EMQX Operator 1.2.7-ecp.2 is released.
EMQX Operator 1.2.7-ecp.3 is released.

### Supported EMQX version

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: emqx/emqx-operator-controller
newTag: 1.2.7-ecp.2
newTag: 1.2.7-ecp.3
2 changes: 1 addition & 1 deletion deploy/charts/emqx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 1.0.11-ecp.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.2.7-ecp.2
appVersion: 1.2.7-ecp.3
2 changes: 1 addition & 1 deletion deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13252,7 +13252,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.2.7-ecp.2
image: emqx/emqx-operator-controller:1.2.7-ecp.3
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EMQX Operator provides helm and static yaml install, we recommend using helm to
The default static configuration can be installed as follows(If you have already installed using Helm, please ignore this step):

```shell
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.2/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.3/emqx-operator-controller.yaml"
```

### Check EMQX Operator Controller status
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ helm install emqx-operator emqx/emqx-operator --set installCRDs=true --namespace
安装默认静态配置文件(如果已经通过helm安装,则跳过该步骤)

```bash
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.2/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.3/emqx-operator-controller.yaml"
```

### 检查 EMQX Operator 控制器状态
Expand Down

0 comments on commit 42687ec

Please sign in to comment.