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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee7f808  Fix incorrect link syntax (#153)
ee7f808 is described below

commit ee7f8089119c28d0b3ea9afec41a5a563246fea2
Author: Huang Youliang <[email protected]>
AuthorDate: Tue Jun 25 11:18:14 2024 +0800

    Fix incorrect link syntax (#153)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b3964bc..261e87d 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ helm install "${SKYWALKING_RELEASE_NAME}" \
   --set banyandb.image.tag=0.6.1
 ```
 
-BanyanDB can be configured through various parameters. A comprehensive list of 
these parameters can be found in the configuration section of the SkyWalking 
BanyanDB Helm chart repository 
[https://github.com/apache/skywalking-banyandb-helm?tab=readme-ov-file#configuration].
 These parameters allow you to customize aspects such as replication, resource 
allocation, persistence, and more to suit your specific deployment needs. 
Remember to prepend 'banyandb.' to all parameter names when applyi [...]
+BanyanDB can be configured through various parameters. A comprehensive list of 
these parameters can be found in the configuration section of [BanyanDB 
Helm](https://github.com/apache/skywalking-banyandb-helm?tab=readme-ov-file#configuration)
 repository. These parameters allow you to customize aspects such as 
replication, resource allocation, persistence, and more to suit your specific 
deployment needs. Remember to prepend 'banyandb.' to all parameter names when 
applying the settings. For [...]
 
 ## Install released version using Apache Jfrog Helm repository (<= 4.3.0)
 

Reply via email to