This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
The following commit(s) were added to refs/heads/master by this push: new f651749 Release 0.5.0-rc1 (#31) f651749 is described below commit f6517491342101a18711c0cbbb1aabc333a9393d Author: Gao Hongtao <hanahm...@gmail.com> AuthorDate: Fri Jun 13 22:07:20 2025 +0800 Release 0.5.0-rc1 (#31) Signed-off-by: Gao Hongtao <hanahm...@gmail.com> --- chart/Chart.lock | 6 +++--- chart/Chart.yaml | 4 ++-- chart/values.yaml | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/chart/Chart.lock b/chart/Chart.lock index 3dbcbbc..6cc4dc8 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: etcd repository: oci://registry-1.docker.io/bitnamicharts - version: 11.2.4 -digest: sha256:d0428d056259aaf870a742343c696f9ef5e291d0736c6b09a651fb7ed2f3bdd1 -generated: "2025-04-18T04:39:16.012618336Z" + version: 12.0.4 +digest: sha256:89059bc1e608d19e843cadb665bf6467858908eaea4d8f382b5046cdbc901f51 +generated: "2025-06-13T13:50:34.571368939Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e1a97a4..1fd2aac 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,13 +16,13 @@ apiVersion: v2 name: skywalking-banyandb-helm home: https://skywalking.apache.org -version: 0.4.0 +version: 0.5.0-rc1 description: Helm Chart for Apache SkyWalking BanyanDB icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: - https://github.com/apache/skywalking-banyandb-helm dependencies: - name: etcd - version: 11.2.4 + version: 12.0.4 repository: oci://registry-1.docker.io/bitnamicharts condition: etcd.enabled diff --git a/chart/values.yaml b/chart/values.yaml index 435b6bf..38e6df8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -501,7 +501,7 @@ cluster: ## @param cluster.data.roles.hot Hot data role ## hot: {} - + ## @section Configuration for UI component ## ui: @@ -755,12 +755,12 @@ etcd: ## @param etcd.auth.client.enableAuthentication Enable client authentication (boolean) ## enableAuthentication: false - ## @param etcd.auth.client.certFilename Client certificate filename + ## @param auth.client.certFilename Name of the file containing the client certificate ## - certFilename: tls.crt - ## @param etcd.auth.client.certKeyFilename Client certificate key filename + certFilename: cert.pem + ## @param auth.client.certKeyFilename Name of the file containing the client certificate private key ## - certKeyFilename: tls.key + certKeyFilename: key.pem ## @param etcd.auth.client.caFilename CA certificate filename for TLS ## caFilename: "" @@ -774,7 +774,7 @@ etcd: ## @param etcd.auth.token.type Authentication token type. Allowed values: 'simple' or 'jwt' ## ref: https://etcd.io/docs/latest/op-guide/configuration/#--auth-token ## - type: simple + type: jwt ## @section Liveness probe configuration for etcd ## livenessProbe: