Release 0.5.0-rc1 (#31)
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
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 @@
## @param cluster.data.roles.hot Hot data role
##
hot: {}
-
+
## @section Configuration for UI component
##
ui:
@@ -755,12 +755,12 @@
## @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 @@
## @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: