Skip to content

Commit

Permalink
chore: bump risingwave to v2.0.3, release chart 0.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cyliu0 authored and github-actions[bot] committed Nov 13, 2024
1 parent 5994edb commit a012964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/risingwave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,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.2.6
version: 0.2.7

# 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: "v2.0.2"
appVersion: "v2.0.3"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ diagnosticMode:
image:
registry: docker.risingwave.com
repository: risingwavelabs/risingwave
tag: "v2.0.2"
tag: "v2.0.3"
digest: ""
## @param image.pullPolicy RisingWave image pull policy
## Specify a imagePullPolicy
Expand Down

0 comments on commit a012964

Please sign in to comment.