Skip to content

Commit

Permalink
chore: pre relase 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jun 7, 2022
1 parent 19cf603 commit 018681a
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
Expand Up @@ -2,4 +2,4 @@

### Fixes 🛠

- fix regex to validate image tag which contains `ip:port`
- When deploy emqx enterprise, default load `emqx_modules` plugin
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.1.8
newTag: 1.1.9
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.4
# 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.1.8
appVersion: 1.1.9
2 changes: 1 addition & 1 deletion deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8787,7 +8787,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.1.8
image: emqx/emqx-operator-controller:1.1.9
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 @@ -21,7 +21,7 @@ We using [cert manager](https://github.com/jetstack/cert-manager) for provisioni
The default static configuration can be installed as follows:

```shell
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.8/emqx-operator-controller.yaml" | kubectl apply -f -
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.9/emqx-operator-controller.yaml" | kubectl apply -f -
```

### Installing with Helm
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 @@ -17,7 +17,7 @@
安装默认静态配置文件

```bash
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.8/emqx-operator-controller.yaml" | kubectl apply -f -
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.9/emqx-operator-controller.yaml" | kubectl apply -f -
```

### 通过 Helm 安装
Expand Down

0 comments on commit 018681a

Please sign in to comment.