Skip to content

Commit

Permalink
chore: upgrade chart version to 0.0.4 (#780)
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
  • Loading branch information
wangxye authored Dec 1, 2023
1 parent 9a8d42a commit 0d63319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions distribution/helm/charts/automq-for-rocketmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ 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: 0.0.3
version: 0.0.4

# 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.
# It is recommended to use it with quotes.
appVersion: "0.0.3"
appVersion: "v0.0.3-alpha"


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion distribution/helm/charts/automq-for-rocketmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ broker:
image:
pullPolicy: IfNotPresent
repository: "automqinc/automq-for-rocketmq"
tag: "v0.0.3-alpha"
tag: ""

db:
url: ""
Expand Down

0 comments on commit 0d63319

Please # to comment.