Skip to content

Commit e8b9eaf

Browse files
committed
chore: dump version to 1.2.7-ecp.4
Signed-off-by: Rory Z <[email protected]>
1 parent 4fe61de commit e8b9eaf

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: emqx/emqx-operator-controller
16-
newTag: 1.2.7-ecp.3
16+
newTag: 1.2.7-ecp.4

deploy/manifests/emqx-operator-controller.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6344,9 +6344,7 @@ spec:
63446344
lastTransitionTime:
63456345
description: Last time the condition transitioned from one status
63466346
to another.
6347-
type: string
6348-
lastUpdateTime:
6349-
description: The last time this condition was updated.
6347+
format: date-time
63506348
type: string
63516349
message:
63526350
description: A human readable message indicating details about
@@ -12775,9 +12773,7 @@ spec:
1277512773
lastTransitionTime:
1277612774
description: Last time the condition transitioned from one status
1277712775
to another.
12778-
type: string
12779-
lastUpdateTime:
12780-
description: The last time this condition was updated.
12776+
format: date-time
1278112777
type: string
1278212778
message:
1278312779
description: A human readable message indicating details about
@@ -13252,7 +13248,7 @@ spec:
1325213248
- --health-probe-bind-address=:8081
1325313249
command:
1325413250
- /manager
13255-
image: emqx/emqx-operator-controller:1.2.7-ecp.3
13251+
image: emqx/emqx-operator-controller:1.2.7-ecp.4
1325613252
livenessProbe:
1325713253
httpGet:
1325813254
path: /healthz

docs/en_US/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMQX Operator provides helm and static yaml install, we recommend using helm to
2727
The default static configuration can be installed as follows(If you have already installed using Helm, please ignore this step):
2828

2929
```shell
30-
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.3/emqx-operator-controller.yaml"
30+
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.4/emqx-operator-controller.yaml"
3131
```
3232

3333
### Check EMQX Operator Controller status

docs/en_US/reference/v1beta3-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ _Appears in:_
2828
| --- | --- |
2929
| `type` _[ConditionType](#conditiontype)_ | Status of cluster condition. |
3030
| `status` _[ConditionStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#conditionstatus-v1-core)_ | Status of the condition, one of True, False, Unknown. |
31-
| `lastUpdateTime` _string_ | The last time this condition was updated. |
32-
| `lastTransitionTime` _string_ | Last time the condition transitioned from one status to another. |
31+
| `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. |
3332
| `reason` _string_ | The reason for the condition's last transition. |
3433
| `message` _string_ | A human readable message indicating details about the transition. |
3534

docs/zh_CN/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ helm install emqx-operator emqx/emqx-operator --set installCRDs=true --namespace
2424
安装默认静态配置文件(如果已经通过helm安装,则跳过该步骤)
2525

2626
```bash
27-
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.3/emqx-operator-controller.yaml"
27+
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.4/emqx-operator-controller.yaml"
2828
```
2929

3030
### 检查 EMQX Operator 控制器状态

0 commit comments

Comments
 (0)