Skip to content

Commit

Permalink
chore: release risingwave-operator v0.7.2 (#108)
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: arkbriar <[email protected]>
  • Loading branch information
risingwave-ci and arkbriar authored Jul 23, 2024
1 parent 91ec47d commit 378860a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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.16
version: 0.1.17

# 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.7.1"
appVersion: "v0.7.2"

home: https://www.risingwave.com
icon: https://avatars.githubusercontent.com/u/77175557?s=48&v=4
Expand Down
13 changes: 13 additions & 0 deletions charts/risingwave-operator/crds/risingwave-operator.crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30348,6 +30348,11 @@ spec:
type: boolean
type: object
type: object
enableAdvertisingWithIP:
description: |-
Flag to control whether to enable advertising with IP. If enabled, the meta and compute nodes will be advertised
with their IP addresses. This is useful when one wants to avoid the DNS resolution overhead and latency.
type: boolean
enableDefaultServiceMonitor:
description: |-
Flag to indicate if a default ServiceMonitor (from Prometheus operator) should be created by the controller.
Expand Down Expand Up @@ -30556,6 +30561,14 @@ spec:
- path
type: object
type: object
standaloneMode:
default: 0
description: |-
StandaloneMode determines which style of command-line args should be used for the standalone mode.
0 - auto detect by image version, 1 - the old standalone mode, 2 - standalone mode V2 (single-node).
This is only for backward compatibility and will be deprecated in the future.
format: int32
type: integer
stateStore:
default:
memory: true
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ serviceAccount:
image:
registry: docker.risingwave.com
repository: risingwavelabs/risingwave-operator
tag: "v0.7.1"
tag: "v0.7.2"
digest: ""
## @param image.pullPolicy Image pull policy
## Specify a imagePullPolicy
Expand Down

0 comments on commit 378860a

Please sign in to comment.