Skip to content

Commit

Permalink
chore: dump 2.2.0-beta.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jul 28, 2023
1 parent 7c3199b commit 8a54d5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Release Note 🍻

EMQX Operator 2.2.0-beta.2 is released.
EMQX Operator 2.2.0-beta.3 is released.
13 changes: 8 additions & 5 deletions config/samples/emqx/v2alpha2/emqx-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ spec:
dashboardServiceTemplate:
metadata:
name: emqx-dashboard
labels:
apps.emqx.io/instance: emqx
apps.emqx.io/managed-by: emqx-operator
spec:
selector:
apps.emqx.io/db-role: core
Expand All @@ -172,9 +175,9 @@ spec:
listenersServiceTemplate:
metadata:
name: emqx-listeners
labels:
apps.emqx.io/instance: emqx
apps.emqx.io/managed-by: emqx-operator
spec:
ports:
- name: "tcp-default"
protocol: TCP
port: 1883
targetPort: 1883
selector:
apps.emqx.io/db-role: replicant
4 changes: 2 additions & 2 deletions deploy/charts/emqx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.0-beta.2
version: 2.2.0-beta.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.2.0-beta.2
appVersion: 2.2.0-beta.3

0 comments on commit 8a54d5f

Please sign in to comment.