Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dump version to 1.2.7-ecp.9 #1026

Open
wants to merge 1 commit into
base: patch/ecp
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.8
newTag: 1.2.7-ecp.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.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
2 changes: 1 addition & 1 deletion deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
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.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 控制器状态
Expand Down
Loading