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

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


The following commit(s) were added to refs/heads/etcd by this push:
     new 86e56b3  Update parameters
86e56b3 is described below

commit 86e56b3781d029945ae5b937080402911115f0ab
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Oct 3 08:10:51 2025 +0800

    Update parameters
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 chart/values.yaml |   2 +-
 doc/parameters.md | 105 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 58 insertions(+), 49 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 2276096..90f425e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -855,7 +855,7 @@ storage:
     persistentVolumeClaims:
     ## @param storage.standalone.persistentVolumeClaims[0].mountTargets Mount 
targets for the PVC
     ##
-    - mountTargets: [ "measure", "stream", "metadata", "property" ]
+    - mountTargets: [ "measure", "stream", "metadata", "property", "trace" ]
       ## @param storage.standalone.persistentVolumeClaims[0].claimName Name of 
the PVC
       claimName: standalone-data
       ## @param storage.standalone.persistentVolumeClaims[0].size Size of the 
PVC
diff --git a/doc/parameters.md b/doc/parameters.md
index b33c469..2817aec 100644
--- a/doc/parameters.md
+++ b/doc/parameters.md
@@ -252,50 +252,58 @@ The content of this document describes the parameters 
that can be configured in
 
 ### Storage configuration for persistent volumes
 
-| Name                                                        | Description    
                                         | Value                                
        |
-| ----------------------------------------------------------- | 
------------------------------------------------------- | 
-------------------------------------------- |
-| `storage.data.enabled`                                      | Enable 
persistent storage for data nodes (boolean)      | `true`                       
                |
-| `storage.data.persistentVolumeClaims`                       | List of PVC 
configurations for data nodes               |                                   
           |
-| `storage.data.persistentVolumeClaims[0].mountTargets`       | Mount targets 
for the PVC                               | `["measure"]`                       
         |
-| `storage.data.persistentVolumeClaims[0].nodeRole`           | Node role this 
PVC is bound to (hot, warm, cold)        | `hot`                                
        |
-| `storage.data.persistentVolumeClaims[0].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
          |
-| `storage.data.persistentVolumeClaims[0].claimName`          | Name of the 
PVC                                         | `hot-measure-data`                
           |
-| `storage.data.persistentVolumeClaims[0].size`               | Size of the 
PVC                                         | `50Gi`                            
           |
-| `storage.data.persistentVolumeClaims[0].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
          |
-| `storage.data.persistentVolumeClaims[0].storageClass`       | Storage class 
for the PVC                               | `nil`                               
         |
-| `storage.data.persistentVolumeClaims[0].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
           |
-| `storage.data.persistentVolumeClaims[1].mountTargets`       | Mount targets 
for the PVC                               | `["stream"]`                        
         |
-| `storage.data.persistentVolumeClaims[1].nodeRole`           | Node role this 
PVC is bound to                          | `hot`                                
        |
-| `storage.data.persistentVolumeClaims[1].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
          |
-| `storage.data.persistentVolumeClaims[1].claimName`          | Name of the 
PVC                                         | `hot-stream-data`                 
           |
-| `storage.data.persistentVolumeClaims[1].size`               | Size of the 
PVC                                         | `50Gi`                            
           |
-| `storage.data.persistentVolumeClaims[1].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
          |
-| `storage.data.persistentVolumeClaims[1].storageClass`       | Storage class 
for the PVC                               | `nil`                               
         |
-| `storage.data.persistentVolumeClaims[1].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
           |
-| `storage.data.persistentVolumeClaims[2].mountTargets`       | Mount targets 
for the PVC                               | `["property"]`                      
         |
-| `storage.data.persistentVolumeClaims[2].nodeRole`           | Node role this 
PVC is bound to                          | `hot`                                
        |
-| `storage.data.persistentVolumeClaims[2].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
          |
-| `storage.data.persistentVolumeClaims[2].claimName`          | Name of the 
PVC                                         | `hot-property-data`               
           |
-| `storage.data.persistentVolumeClaims[2].size`               | Size of the 
PVC                                         | `5Gi`                             
           |
-| `storage.data.persistentVolumeClaims[2].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
          |
-| `storage.data.persistentVolumeClaims[2].storageClass`       | Storage class 
for the PVC                               | `nil`                               
         |
-| `storage.data.persistentVolumeClaims[2].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
           |
-| `storage.liaison.enabled`                                   | Enable 
persistent storage for liaison nodes (boolean)   | `true`                       
                |
-| `storage.liaison.persistentVolumeClaims`                    | List of PVC 
configurations for liaison nodes            |                                   
           |
-| `storage.liaison.persistentVolumeClaims[0].mountTargets`    | Mount targets 
for the PVC                               | `["measure","stream"]`              
         |
-| `storage.liaison.persistentVolumeClaims[0].claimName`       | Name of the 
PVC                                         | `liaison-data`                    
           |
-| `storage.liaison.persistentVolumeClaims[0].size`            | Size of the 
PVC                                         | `10Gi`                            
           |
-| `storage.liaison.persistentVolumeClaims[0].accessModes`     | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
          |
-| `storage.liaison.persistentVolumeClaims[0].storageClass`    | Storage class 
for the PVC                               | `nil`                               
         |
-| `storage.liaison.persistentVolumeClaims[0].volumeMode`      | Volume mode 
for the PVC                                 | `Filesystem`                      
           |
-| `storage.standalone.enabled`                                | Enable 
persistent storage for standalone mode (boolean) | `false`                      
                |
-| `storage.standalone.persistentVolumeClaims`                 | List of PVC 
configurations for standalone               |                                   
           |
-| `storage.standalone.persistentVolumeClaims[0].mountTargets` | Mount targets 
for the PVC                               | 
`["measure","stream","metadata","property"]` |
-| `storage.standalone.persistentVolumeClaims[0].claimName`    | Name of the 
PVC                                         | `standalone-data`                 
           |
-| `storage.standalone.persistentVolumeClaims[0].size`         | Size of the 
PVC                                         | `200Gi`                           
           |
-| `storage.standalone.persistentVolumeClaims[0].accessModes`  | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
          |
-| `storage.standalone.persistentVolumeClaims[0].storageClass` | Storage class 
for the PVC                               | `nil`                               
         |
-| `storage.standalone.persistentVolumeClaims[0].volumeMode`   | Volume mode 
for the PVC                                 | `Filesystem`                      
           |
+| Name                                                        | Description    
                                         | Value                                
                |
+| ----------------------------------------------------------- | 
------------------------------------------------------- | 
---------------------------------------------------- |
+| `storage.data.enabled`                                      | Enable 
persistent storage for data nodes (boolean)      | `true`                       
                        |
+| `storage.data.persistentVolumeClaims`                       | List of PVC 
configurations for data nodes               |                                   
                   |
+| `storage.data.persistentVolumeClaims[0].mountTargets`       | Mount targets 
for the PVC                               | `["measure"]`                       
                 |
+| `storage.data.persistentVolumeClaims[0].nodeRole`           | Node role this 
PVC is bound to (hot, warm, cold)        | `hot`                                
                |
+| `storage.data.persistentVolumeClaims[0].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
                  |
+| `storage.data.persistentVolumeClaims[0].claimName`          | Name of the 
PVC                                         | `hot-measure-data`                
                   |
+| `storage.data.persistentVolumeClaims[0].size`               | Size of the 
PVC                                         | `50Gi`                            
                   |
+| `storage.data.persistentVolumeClaims[0].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.data.persistentVolumeClaims[0].storageClass`       | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.data.persistentVolumeClaims[0].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
+| `storage.data.persistentVolumeClaims[1].mountTargets`       | Mount targets 
for the PVC                               | `["stream"]`                        
                 |
+| `storage.data.persistentVolumeClaims[1].nodeRole`           | Node role this 
PVC is bound to                          | `hot`                                
                |
+| `storage.data.persistentVolumeClaims[1].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
                  |
+| `storage.data.persistentVolumeClaims[1].claimName`          | Name of the 
PVC                                         | `hot-stream-data`                 
                   |
+| `storage.data.persistentVolumeClaims[1].size`               | Size of the 
PVC                                         | `50Gi`                            
                   |
+| `storage.data.persistentVolumeClaims[1].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.data.persistentVolumeClaims[1].storageClass`       | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.data.persistentVolumeClaims[1].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
+| `storage.data.persistentVolumeClaims[2].mountTargets`       | Mount targets 
for the PVC                               | `["property"]`                      
                 |
+| `storage.data.persistentVolumeClaims[2].nodeRole`           | Node role this 
PVC is bound to                          | `hot`                                
                |
+| `storage.data.persistentVolumeClaims[2].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
                  |
+| `storage.data.persistentVolumeClaims[2].claimName`          | Name of the 
PVC                                         | `hot-property-data`               
                   |
+| `storage.data.persistentVolumeClaims[2].size`               | Size of the 
PVC                                         | `5Gi`                             
                   |
+| `storage.data.persistentVolumeClaims[2].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.data.persistentVolumeClaims[2].storageClass`       | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.data.persistentVolumeClaims[2].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
+| `storage.data.persistentVolumeClaims[3].mountTargets`       | Mount targets 
for the PVC                               | `["trace"]`                         
                 |
+| `storage.data.persistentVolumeClaims[3].nodeRole`           | Node role this 
PVC is bound to                          | `hot`                                
                |
+| `storage.data.persistentVolumeClaims[3].existingClaimName`  | Existing PVC 
name (if any)                              | `nil`                              
                  |
+| `storage.data.persistentVolumeClaims[3].claimName`          | Name of the 
PVC                                         | `hot-trace-data`                  
                   |
+| `storage.data.persistentVolumeClaims[3].size`               | Size of the 
PVC                                         | `50Gi`                            
                   |
+| `storage.data.persistentVolumeClaims[3].accessModes`        | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.data.persistentVolumeClaims[3].storageClass`       | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.data.persistentVolumeClaims[3].volumeMode`         | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
+| `storage.liaison.enabled`                                   | Enable 
persistent storage for liaison nodes (boolean)   | `true`                       
                        |
+| `storage.liaison.persistentVolumeClaims`                    | List of PVC 
configurations for liaison nodes            |                                   
                   |
+| `storage.liaison.persistentVolumeClaims[0].mountTargets`    | Mount targets 
for the PVC                               | `["measure","stream","trace"]`      
                 |
+| `storage.liaison.persistentVolumeClaims[0].claimName`       | Name of the 
PVC                                         | `liaison-data`                    
                   |
+| `storage.liaison.persistentVolumeClaims[0].size`            | Size of the 
PVC                                         | `10Gi`                            
                   |
+| `storage.liaison.persistentVolumeClaims[0].accessModes`     | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.liaison.persistentVolumeClaims[0].storageClass`    | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.liaison.persistentVolumeClaims[0].volumeMode`      | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
+| `storage.standalone.enabled`                                | Enable 
persistent storage for standalone mode (boolean) | `false`                      
                        |
+| `storage.standalone.persistentVolumeClaims`                 | List of PVC 
configurations for standalone               |                                   
                   |
+| `storage.standalone.persistentVolumeClaims[0].mountTargets` | Mount targets 
for the PVC                               | 
`["measure","stream","metadata","property","trace"]` |
+| `storage.standalone.persistentVolumeClaims[0].claimName`    | Name of the 
PVC                                         | `standalone-data`                 
                   |
+| `storage.standalone.persistentVolumeClaims[0].size`         | Size of the 
PVC                                         | `200Gi`                           
                   |
+| `storage.standalone.persistentVolumeClaims[0].accessModes`  | Access modes 
for the PVC                                | `["ReadWriteOnce"]`                
                  |
+| `storage.standalone.persistentVolumeClaims[0].storageClass` | Storage class 
for the PVC                               | `nil`                               
                 |
+| `storage.standalone.persistentVolumeClaims[0].volumeMode`   | Volume mode 
for the PVC                                 | `Filesystem`                      
                   |
 
 ### Service account configuration
 
@@ -307,10 +315,11 @@ The content of this document describes the parameters 
that can be configured in
 
 ### Etcd configuration for cluster state management
 
-| Name                | Description             | Value  |
-| ------------------- | ----------------------- | ------ |
-| `etcd.enabled`      | Enable etcd (boolean)   | `true` |
-| `etcd.replicaCount` | Number of etcd replicas | `1`    |
+| Name                    | Description                | Value                |
+| ----------------------- | -------------------------- | -------------------- |
+| `etcd.enabled`          | Enable etcd (boolean)      | `true`               |
+| `etcd.replicaCount`     | Number of etcd replicas    | `1`                  |
+| `etcd.image.repository` | Docker repository for etcd | `bitnamilegacy/etcd` |
 
 ### Authentication configuration for etcd
 

Reply via email to