This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch release-has-meta-role-values in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
commit 95540dbe63f1c92696c56fcff246005e110b3117 Author: mrproliu <[email protected]> AuthorDate: Mon Mar 16 10:25:42 2026 +0800 Prepare release the 0.6.0-rc5 and update default hasMetadRole in values --- chart/Chart.yaml | 2 +- chart/values-lifecycle.yaml | 6 ++++++ chart/values.yaml | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 80bb252..9f5730a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v2 name: skywalking-banyandb-helm home: https://skywalking.apache.org -version: 0.6.0-rc4 +version: 0.6.0-rc5 description: Helm Chart for Apache SkyWalking BanyanDB icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: diff --git a/chart/values-lifecycle.yaml b/chart/values-lifecycle.yaml index 04af875..28f8a1d 100644 --- a/chart/values-lifecycle.yaml +++ b/chart/values-lifecycle.yaml @@ -765,6 +765,8 @@ cluster: ## @param cluster.data.roles.hot Hot data role ## hot: + ## @param cluster.data.roles.hot.hasMetaRole Whether this role serves as the metadata role when using native property server + hasMetaRole: true ## Override lifecycle sidecar settings for hot nodes lifecycleSidecar: ## @param cluster.data.roles.hot.lifecycleSidecar.schedule Schedule for lifecycle sidecar for hot data pods @@ -773,6 +775,8 @@ cluster: ## @param cluster.data.roles.warm Warm data role ## warm: + ## @param cluster.data.roles.hot.hasMetaRole Whether this role serves as the metadata role when using native property server + hasMetaRole: false ## Override lifecycle sidecar settings for warm nodes lifecycleSidecar: ## @param cluster.data.roles.warm.lifecycleSidecar.schedule Schedule for lifecycle sidecar for warm data pods @@ -781,6 +785,8 @@ cluster: ## @param cluster.data.roles.cold Cold data role ## cold: + ## @param cluster.data.roles.hot.hasMetaRole Whether this role serves as the metadata role when using native property server + hasMetaRole: false ## @param cluster.data.roles.cold.replicas Override number of cold data replicas replicas: 1 diff --git a/chart/values.yaml b/chart/values.yaml index 2fc7779..ab3fd9b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -805,6 +805,7 @@ cluster: ## @param cluster.data.roles.hot Hot data role ## hot: + ## @param cluster.data.roles.hot.hasMetaRole Whether this role serves as the metadata role when using native property server hasMetaRole: true ## @section Configuration for UI component
