Skip to content

Commit

Permalink
chore: bump risingwave to v2.0.2, release chart 0.2.5 (#128)
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>
Co-authored-by: cyliu0 <[email protected]>
  • Loading branch information
risingwave-ci and cyliu0 authored Oct 23, 2024
1 parent 2432fdf commit 4e9a56d
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.4
version: 0.2.5

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

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.1"
tag: "v2.0.2"
digest: ""
## @param image.pullPolicy RisingWave image pull policy
## Specify a imagePullPolicy
Expand Down

0 comments on commit 4e9a56d

Please sign in to comment.