Skip to content

Commit

Permalink
chore: dump version to 1.2.7-ecp.4
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 20, 2023
1 parent 4fe61de commit e8b9eaf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
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.3
newTag: 1.2.7-ecp.4
10 changes: 3 additions & 7 deletions deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6344,9 +6344,7 @@ spec:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another.
type: string
lastUpdateTime:
description: The last time this condition was updated.
format: date-time
type: string
message:
description: A human readable message indicating details about
Expand Down Expand Up @@ -12775,9 +12773,7 @@ spec:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another.
type: string
lastUpdateTime:
description: The last time this condition was updated.
format: date-time
type: string
message:
description: A human readable message indicating details about
Expand Down Expand Up @@ -13252,7 +13248,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.2.7-ecp.3
image: emqx/emqx-operator-controller:1.2.7-ecp.4
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.3/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.4/emqx-operator-controller.yaml"
```

### Check EMQX Operator Controller status
Expand Down
3 changes: 1 addition & 2 deletions docs/en_US/reference/v1beta3-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ _Appears in:_
| --- | --- |
| `type` _[ConditionType](#conditiontype)_ | Status of cluster condition. |
| `status` _[ConditionStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#conditionstatus-v1-core)_ | Status of the condition, one of True, False, Unknown. |
| `lastUpdateTime` _string_ | The last time this condition was updated. |
| `lastTransitionTime` _string_ | Last time the condition transitioned from one status to another. |
| `lastTransitionTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#time-v1-meta)_ | Last time the condition transitioned from one status to another. |
| `reason` _string_ | The reason for the condition's last transition. |
| `message` _string_ | A human readable message indicating details about the transition. |

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.3/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.4/emqx-operator-controller.yaml"
```

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

0 comments on commit e8b9eaf

Please sign in to comment.