Skip to content

Commit

Permalink
chore: bump app versions and chart versions
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Aug 10, 2023
1 parent 40aa540 commit e24a79d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.0
version: 0.1.1

# 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.0"
appVersion: "v0.5.1"

home: https://www.risingwave.com
icon: https://avatars.githubusercontent.com/u/77175557?s=48&v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34109,6 +34109,13 @@ spec:
even if it's set to true, the controller will determine if it can
create the resource by checking if the CRDs are installed.
type: boolean
enableFullKubernetesAddr:
default: false
description: Flag to indicate if full kubernetes address should be
enabled for components. If enabled, address will be [<pod>.]<service>.<namespace>.svc.
Otherwise, it will be [<pod>.]<service>. Enabling this flag on existing
RisingWave will cause incompatibility.
type: boolean
enableOpenKruise:
default: false
description: Flag to indicate if OpenKruise should be enabled for
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 @@ -69,7 +69,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: risingwavelabs/risingwave-operator
tag: v0.5.0
tag: v0.5.1
digest: ""
## @param image.pullPolicy Image pull policy
## Specify a imagePullPolicy
Expand Down
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.1.9
version: 0.1.10

# 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: v1.0.0
appVersion: v1.1.0

dependencies:
- name: etcd
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ diagnosticMode:
image:
registry: ghcr.io
repository: risingwavelabs/risingwave
tag: v1.0.0
tag: v1.1.0
digest: ""
## @param image.pullPolicy RisingWave image pull policy
## Specify a imagePullPolicy
Expand Down

0 comments on commit e24a79d

Please sign in to comment.