Skip to content

Commit

Permalink
Merge pull request #16 from risingwavelabs/shunjie/disable-connector
Browse files Browse the repository at this point in the history
fix & chore: disable connector by default, bump RisingWave to v1.6.0
  • Loading branch information
arkbriar authored Jan 23, 2024
2 parents 4562fad + b17858a commit 3cb638b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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.35
version: 0.1.36

# 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.5.4
appVersion: v1.6.0

dependencies:
- name: etcd
Expand Down
7 changes: 4 additions & 3 deletions charts/risingwave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ diagnosticMode:
image:
registry:
repository: risingwavelabs/risingwave
tag: v1.5.4
tag: v1.6.0
digest: ""
## @param image.pullPolicy RisingWave image pull policy
## Specify a imagePullPolicy
Expand Down Expand Up @@ -945,12 +945,13 @@ compactorComponent:
## Defaults to full.
rustBacktrace: full

## Deprecated. Don not use it for RisingWave v1.5+.
connectorComponent:
## @param connectorComponent.enabled Enable the connector component.
## Connector component will be attached containers to each compute and meta pod.
## Defaults to true.
## Defaults to false.
##
enabled: true
enabled: false

## @param connectorComponent.extraEnvVars Extra environment variables to add to the connector container.
##
Expand Down

0 comments on commit 3cb638b

Please sign in to comment.