diff --git a/RELEASE.md b/RELEASE.md index 9c53c0030..50d3d2f5b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,4 +2,4 @@ ### Fixes ๐Ÿ›  -- fix regex to validate image tag which contains `ip:port` \ No newline at end of file +- When deploy emqx enterprise, default load `emqx_modules` plugin diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 498b8c1b6..d346ce495 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: emqx/emqx-operator-controller - newTag: 1.1.8 + newTag: 1.1.9 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index c7361c7cf..14c878d18 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -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 \ No newline at end of file +appVersion: 1.1.9 \ No newline at end of file diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index 26830c7c4..d64f6dc35 100644 --- a/deploy/manifests/emqx-operator-controller.yaml +++ b/deploy/manifests/emqx-operator-controller.yaml @@ -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 diff --git a/docs/en_US/getting-started/getting-started.md b/docs/en_US/getting-started/getting-started.md index a6784dc57..ced5e714c 100644 --- a/docs/en_US/getting-started/getting-started.md +++ b/docs/en_US/getting-started/getting-started.md @@ -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 diff --git a/docs/zh_CN/getting-started/getting-started.md b/docs/zh_CN/getting-started/getting-started.md index 786dfa683..9a6a65681 100644 --- a/docs/zh_CN/getting-started/getting-started.md +++ b/docs/zh_CN/getting-started/getting-started.md @@ -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 ๅฎ‰่ฃ