This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch 0.5.0-rc1
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git

commit 649ba54044de34277f0227eae4a89192c685c39f
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Fri Jun 13 07:48:31 2025 +0000

    Release 0.5.0-rc1
    
    Signed-off-by: Gao Hongtao <hanahm...@gmail.com>
---
 chart/Chart.lock  |  6 +++---
 chart/Chart.yaml  |  4 ++--
 chart/values.yaml | 14 +++++++-------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/chart/Chart.lock b/chart/Chart.lock
index 3dbcbbc..ef63a8c 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-13T12:45:22.066977683Z"
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..d528f94 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:
@@ -804,4 +804,4 @@ etcd:
     cronjob:
       ## @param etcd.defrag.cronjob.schedule Cron schedule for defragmentation
       ##
-      schedule: "0 0 * * *"
+      schedule: "* * * * *"

Reply via email to