This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/dubbo-helm-charts.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new f42dbbd add README content
f42dbbd is described below
commit f42dbbdfeb5c4a93fe94dbcc441b04b2a43db817
Author: mfordjody <[email protected]>
AuthorDate: Tue Jun 17 08:02:15 2025 +0800
add README content
---
README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa561b6..4bf2c3e 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,19 @@


-Usage
+## Usage
Helm must be installed to use the charts. Please refer to Helm's documentation
to get started.
+Once Helm is set up properly, add the repository as follows:
+```
+helm repo add dubbo https://charts.dubbo.apache.org
+```
+You can then run `helm search repo dubbo` to see the charts.
+
+
+
+
+
## License
[Apache 2.0
License](https://github.com/apache/dubbo-helm-charts/blob/gh-pages/LICENSE)