From eaea698927fcaae5ec40a15cf69eb0b778215ae2 Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:52:12 +0800 Subject: [PATCH] chore: dump version to 1.2.7-ecp.9 Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- RELEASE.md | 2 +- config/manager/kustomization.yaml | 2 +- deploy/charts/emqx-operator/Chart.yaml | 2 +- deploy/manifests/emqx-operator-controller.yaml | 2 +- docs/en_US/getting-started/getting-started.md | 2 +- docs/zh_CN/getting-started/getting-started.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 39cc4cf16..cb4a90d1a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,4 +10,4 @@ EMQX Operator 1.2.7-ecp.8 is released. ### Fixes 🛠 -- Fixed the imagePullSecrets not work in Helm chart +- Fixed error of service selector in Helm chart. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 21382d1be..2f07950df 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.2.7-ecp.8 + newTag: 1.2.7-ecp.9 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index cd56afca3..e625b97a6 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -20,4 +20,4 @@ version: 1.0.11-ecp.8 # 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.8 +appVersion: 1.2.7-ecp.9 diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index b991add54..125cae6c9 100644 --- a/deploy/manifests/emqx-operator-controller.yaml +++ b/deploy/manifests/emqx-operator-controller.yaml @@ -13248,7 +13248,7 @@ spec: - --health-probe-bind-address=:8081 command: - /manager - image: emqx/emqx-operator-controller:1.2.7-ecp.8 + image: emqx/emqx-operator-controller:1.2.7-ecp.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 bd0e22c7d..6796d1062 100644 --- a/docs/en_US/getting-started/getting-started.md +++ b/docs/en_US/getting-started/getting-started.md @@ -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.8/emqx-operator-controller.yaml" +kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.9/emqx-operator-controller.yaml" ``` ### Check EMQX Operator Controller status diff --git a/docs/zh_CN/getting-started/getting-started.md b/docs/zh_CN/getting-started/getting-started.md index 5759ebf70..63c7846c3 100644 --- a/docs/zh_CN/getting-started/getting-started.md +++ b/docs/zh_CN/getting-started/getting-started.md @@ -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.8/emqx-operator-controller.yaml" +kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.9/emqx-operator-controller.yaml" ``` ### 检查 EMQX Operator 控制器状态