Skip to content

Commit d9d57d9

Browse files
committed
chore: dump version to 2.2.29
Signed-off-by: Rory Z <[email protected]>
1 parent 93c5633 commit d9d57d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Note 🍻
22

3-
EMQX Operator 2.2.29-beta.2 has been released.
3+
EMQX Operator 2.2.29 has been released.
44

55
## Supported version
66
+ apps.emqx.io/v2beta1
@@ -38,7 +38,7 @@ helm repo update
3838
helm upgrade --install emqx-operator emqx/emqx-operator \
3939
--namespace emqx-operator-system \
4040
--create-namespace \
41-
--version 2.2.29-beta.2
41+
--version 2.2.29
4242
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
4343
```
4444

deploy/charts/emqx-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.2.29-beta.2
18+
version: 2.2.29
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 2.2.29-beta.2
23+
appVersion: 2.2.29
2424

2525
sources:
2626
- https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator

0 commit comments

Comments
 (0)