Skip to content

Commit 1e5be73

Browse files
committed
chore: dump 2.2.3-rc.2 version
Signed-off-by: Rory Z <[email protected]>
1 parent c7e3dfd commit 1e5be73

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.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
3535
helm 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
3939
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
4040
```
4141

deploy/charts/emqx-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)