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

jshao pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 47a81ddd03 [MINOR] docs: Change doc for chart.md (#7089)
47a81ddd03 is described below

commit 47a81ddd0304c93f0fe7a4f4a9f9e4a25ef13810
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 14:46:45 2025 +0800

    [MINOR] docs: Change doc for chart.md (#7089)
    
    ### What changes were proposed in this pull request?
    
    1. Some urls format are incorrect in chart.md
    2. Add chart installation way in how to install.md
    3. Remove some no required docs in chart.md
    
    ### Why are the changes needed?
    
    To fix the doc build issue
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    N/A
    
    Co-authored-by: Danhua Wang <[email protected]>
---
 docs/chart.md          | 26 +++++++-------------------
 docs/how-to-install.md |  5 +++++
 2 files changed, 12 insertions(+), 19 deletions(-)

diff --git a/docs/chart.md b/docs/chart.md
index d3a6d272b7..863fd59f00 100644
--- a/docs/chart.md
+++ b/docs/chart.md
@@ -1,5 +1,5 @@
 ---
-title: "Apache Gravitino Helm Chart"
+title: "Helm Chart"
 slug: /chart
 keyword: chart
 license: "This software is licensed under the Apache License version 2."
@@ -9,23 +9,11 @@ license: "This software is licensed under the Apache License 
version 2."
 
 This Helm chart deploys Apache Gravitino on Kubernetes with customizable 
configurations.
 
-**Homepage:** <https://gravitino.apache.org/>
-
 ## Prerequisites
 
 - Kubernetes 1.29+
 - Helm 3+
 
-## Maintainers
-
-| Name             | Email                    | Url                          |
-|------------------|--------------------------|------------------------------|
-| Apache Gravitino | [email protected] | https://gravitino.apache.org |
-
-## Source Code
-
-* <https://github.com/apache/gravitino>
-
 ## Update Chart Dependency
 
 If the chart has not been released yet, navigate to the chart directory and 
update its dependencies:
@@ -34,6 +22,12 @@ If the chart has not been released yet, navigate to the 
chart directory and upda
 helm dependency update [CHART]
 ```
 
+## Package Helm Chart
+
+```console
+helm package [CHART_PATH]
+```
+
 ## View Chart values
 
 You can customize values.yaml parameters to override chart default settings. 
Additionally, Gravitino configurations in gravitino.conf can be modified 
through Helm values.yaml.
@@ -126,10 +120,4 @@ Ensure the target MySQL database (gravitino) exists before 
deployment._
 
 ```console
 helm uninstall [RELEASE_NAME] -n [NAMESPACE]
-```
-
-## Package Helm Chart
-
-```console
-helm package [CHART_PATH]
 ```
\ No newline at end of file
diff --git a/docs/how-to-install.md b/docs/how-to-install.md
index 44dbe357eb..9729cbd0e7 100644
--- a/docs/how-to-install.md
+++ b/docs/how-to-install.md
@@ -148,3 +148,8 @@ For the details, review the
 [playground example](./how-to-use-the-playground.md).
 
 <img 
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToInstall";
 alt="" />
+
+## Deploy Apache Gravitino on Kubernetes Using Helm Chart
+
+The Apache Gravitino Helm chart provides a way to deploy Gravitino on 
Kubernetes with fully customizable configurations. 
+For detailed installation instructions and configuration options, refer to the 
[Apache Gravitino Helm Chart](./chart.md).
\ No newline at end of file

Reply via email to