Skip to content

Commit 0b7b2d1

Browse files
chore: release risingwave-operator v0.13.0 (#201)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: arkbriar <8898435+arkbriar@users.noreply.github.com>
1 parent 06b4807 commit 0b7b2d1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

charts/risingwave-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.1.30
10+
version: 0.1.31
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
1414
# follow Semantic Versioning. They should reflect the version the application is using.
1515
# It is recommended to use it with quotes.
16-
appVersion: "v0.12.0"
16+
appVersion: "v0.13.0"
1717

1818
home: https://www.risingwave.com
1919
icon: https://avatars.githubusercontent.com/u/77175557?s=48&v=4

charts/risingwave-operator/crds/risingwave-operator.crds.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ spec:
7676
description: Labels of the object.
7777
type: object
7878
type: object
79+
additionalMetaServiceMetadata:
80+
description: |-
81+
AdditionalMetaServiceMetadata tells the operator to add the specified metadata onto the meta Service.
82+
Note that the system reserved labels and annotations are not valid and will be rejected by the webhook.
83+
properties:
84+
annotations:
85+
additionalProperties:
86+
type: string
87+
description: Annotations of the object.
88+
type: object
89+
labels:
90+
additionalProperties:
91+
type: string
92+
description: Labels of the object.
93+
type: object
94+
type: object
7995
components:
8096
description: |-
8197
The spec of ports and some controllers (such as `restartAt`) of each component,

charts/risingwave-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ serviceAccount:
6161
image:
6262
registry: docker.risingwave.com
6363
repository: risingwavelabs/risingwave-operator
64-
tag: "v0.12.0"
64+
tag: "v0.13.0"
6565
digest: ""
6666
## @param image.pullPolicy Image pull policy
6767
## Specify a imagePullPolicy

0 commit comments

Comments
 (0)