Skip to content

Commit

Permalink
Bump operator to v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Jan 31, 2024
1 parent 3cb638b commit 6d159d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/risingwave-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,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.1.7
version: 0.1.8

# 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: "v0.5.7"
appVersion: "v0.6.0"

home: https://www.risingwave.com
icon: https://avatars.githubusercontent.com/u/77175557?s=48&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/risingwave-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: risingwavelabs/risingwave-operator
tag: v0.5.7
tag: v0.6.0
digest: ""
## @param image.pullPolicy Image pull policy
## Specify a imagePullPolicy
Expand Down Expand Up @@ -255,4 +255,4 @@ monitor:
tlsConfig: { }
## @param monitor.podMonitor.relabelings [array] Prometheus relabeling rules
##
relabelings: [ ]
relabelings: [ ]

0 comments on commit 6d159d0

Please sign in to comment.