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.3-rc.1 has been released.
3+ EMQX Operator 2.2.3-rc.2 has been released.
44
55## Supported version
66+ apps.emqx.io/v2beta1
@@ -35,7 +35,7 @@ helm repo update
3535helm upgrade --install emqx-operator emqx/emqx-operator \
3636 --namespace emqx-operator-system \
3737 --create-namespace \
38- --version 2.2.3-rc.1
38+ --version 2.2.3-rc.2
3939kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
4040```
4141
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ 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.3-rc.1
18+ version : 2.2.3-rc.2
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.3-rc.1
23+ appVersion : 2.2.3-rc.2
You can’t perform that action at this time.
0 commit comments