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 2a103a6  Update release notes for version 0.5.0 (#37)
2a103a6 is described below

commit 2a103a68164c72fc995a70b1eae5e6552926b73e
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Oct 28 11:28:29 2025 +0800

    Update release notes for version 0.5.0 (#37)
    
    * Update release notes for version 0.5.0 and fix "observability" typo in 
YAML templates
    
    - Added features and bug fixes for version 0.5.0, including setting etcd's 
repository to "bitnamilegacy" and fixing the missing "trace" mount target.
    - Corrected the spelling of "observability" in multiple StatefulSet 
templates.
    
    * Update CHANGES.md
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
---
 CHANGES.md                                       | 5 +++++
 chart/templates/cluster_data_statefulset.yaml    | 2 +-
 chart/templates/cluster_liaison_statefulset.yaml | 2 +-
 chart/templates/cluster_ui_deployment.yaml       | 2 +-
 chart/templates/standalone_statefulset.yaml      | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index f51c783..87daa08 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -20,6 +20,11 @@ Release Notes.
 - Add `auth` to configure the basic credential file.
 - Set etcd's reposiotry to "bitnamilegacy". Bitnami removed non-hardened, 
Debian-based software images in its free tier under 
https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications
 
+#### Bugs
+
+- Fix missing "trace" mount target in liaison and standalone storage 
configurations
+- Fix typo "observability"
+
 #### Chores
 
 - Bump up e2e test cases.
diff --git a/chart/templates/cluster_data_statefulset.yaml 
b/chart/templates/cluster_data_statefulset.yaml
index 84aa009..ecc7bde 100644
--- a/chart/templates/cluster_data_statefulset.yaml
+++ b/chart/templates/cluster_data_statefulset.yaml
@@ -204,7 +204,7 @@ spec:
             - containerPort: 6060
               name: pprof
             - containerPort: 2121
-              name: observebility
+              name: observability
           readinessProbe:
             httpGet:
               path: /api/healthz
diff --git a/chart/templates/cluster_liaison_statefulset.yaml 
b/chart/templates/cluster_liaison_statefulset.yaml
index 80f0c3b..72a0643 100644
--- a/chart/templates/cluster_liaison_statefulset.yaml
+++ b/chart/templates/cluster_liaison_statefulset.yaml
@@ -183,7 +183,7 @@ spec:
             - containerPort: 6060
               name: pprof
             - containerPort: 2121
-              name: observebility
+              name: observability
           readinessProbe:
             httpGet:
               path: /api/healthz
diff --git a/chart/templates/cluster_ui_deployment.yaml 
b/chart/templates/cluster_ui_deployment.yaml
index 9cef5bc..17c32df 100644
--- a/chart/templates/cluster_ui_deployment.yaml
+++ b/chart/templates/cluster_ui_deployment.yaml
@@ -92,7 +92,7 @@ spec:
             - containerPort: 6060
               name: pprof
             - containerPort: 2121
-              name: observebility
+              name: observability
           readinessProbe:
             httpGet:
               path: /api/healthz
diff --git a/chart/templates/standalone_statefulset.yaml 
b/chart/templates/standalone_statefulset.yaml
index 0864e43..be22873 100644
--- a/chart/templates/standalone_statefulset.yaml
+++ b/chart/templates/standalone_statefulset.yaml
@@ -141,7 +141,7 @@ spec:
             - containerPort: 6060
               name: pprof
             - containerPort: 2121
-              name: observebility
+              name: observability
           readinessProbe:
             httpGet:
               path: /api/healthz

Reply via email to