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

lauraxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e55e0169 Merge pull request #64 from LauraXia123/fix-chart-mdx
e55e0169 is described below

commit e55e01695dd265a5fb521886268477a59fc42aec
Author: Qian Xia <[email protected]>
AuthorDate: Thu May 8 10:50:50 2025 +0800

    Merge pull request #64 from LauraXia123/fix-chart-mdx
    
    fix chart mdx by pr
---
 docs/chart.md                                    | 13 ++++---------
 versioned_docs/version-0.9.0-incubating/chart.md | 13 ++++---------
 2 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/docs/chart.md b/docs/chart.md
index 863fd59f..12bf1ac3 100644
--- a/docs/chart.md
+++ b/docs/chart.md
@@ -16,18 +16,13 @@ This Helm chart deploys Apache Gravitino on Kubernetes with 
customizable configu
 
 ## Update Chart Dependency
 
-If the chart has not been released yet, navigate to the chart directory and 
update its dependencies:
+The Gravitino Helm chart has not yet been officially released.   
+To proceed, please clone the repository, navigate to the chart directory, and 
execute the Helm dependency update command.
 
 ```console
 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.
@@ -46,10 +41,10 @@ helm install [RELEASE_NAME] [CHART] [flags]
 
 ### Deploy with Default Configuration
 
-Run the following command to deploy Gravitino using the default settings:
+Run the following command to deploy Gravitino using the default settings, 
specify container image versions using --set image.tag=0.x.0-incubating 
(replace x with target version):
 
 ```console
-helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace
+helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace 
--set image.tag=<0.*.0-incubating>
 ```
 
 ### Deploy with Custom Configuration
diff --git a/versioned_docs/version-0.9.0-incubating/chart.md 
b/versioned_docs/version-0.9.0-incubating/chart.md
index 863fd59f..12bf1ac3 100644
--- a/versioned_docs/version-0.9.0-incubating/chart.md
+++ b/versioned_docs/version-0.9.0-incubating/chart.md
@@ -16,18 +16,13 @@ This Helm chart deploys Apache Gravitino on Kubernetes with 
customizable configu
 
 ## Update Chart Dependency
 
-If the chart has not been released yet, navigate to the chart directory and 
update its dependencies:
+The Gravitino Helm chart has not yet been officially released.   
+To proceed, please clone the repository, navigate to the chart directory, and 
execute the Helm dependency update command.
 
 ```console
 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.
@@ -46,10 +41,10 @@ helm install [RELEASE_NAME] [CHART] [flags]
 
 ### Deploy with Default Configuration
 
-Run the following command to deploy Gravitino using the default settings:
+Run the following command to deploy Gravitino using the default settings, 
specify container image versions using --set image.tag=0.x.0-incubating 
(replace x with target version):
 
 ```console
-helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace
+helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace 
--set image.tag=<0.*.0-incubating>
 ```
 
 ### Deploy with Custom Configuration

Reply via email to