File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deploy/charts/emqx-operator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
3838helm 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
4242kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
4343```
4444
Original file line number Diff line number Diff 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
2525sources :
2626 - https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator
You can’t perform that action at this time.
0 commit comments