From b17858a5cfef04120a4f8b45b27a41b24fd120e9 Mon Sep 17 00:00:00 2001 From: arkbriar Date: Tue, 23 Jan 2024 11:22:44 +0800 Subject: [PATCH] fix & chore: disable connector by default, bump RisingWave to v1.6.0 Signed-off-by: arkbriar --- charts/risingwave/Chart.yaml | 4 ++-- charts/risingwave/values.yaml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/risingwave/Chart.yaml b/charts/risingwave/Chart.yaml index e97cd4c..d0b2bd5 100644 --- a/charts/risingwave/Chart.yaml +++ b/charts/risingwave/Chart.yaml @@ -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 diff --git a/charts/risingwave/values.yaml b/charts/risingwave/values.yaml index d1b8a4d..0cff60e 100644 --- a/charts/risingwave/values.yaml +++ b/charts/risingwave/values.yaml @@ -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 @@ -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. ##