File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
charts/risingwave-operator Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff 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
1818home : https://www.risingwave.com
1919icon : https://avatars.githubusercontent.com/u/77175557?s=48&v=4
Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ serviceAccount:
6161image :
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
You can’t perform that action at this time.
0 commit comments