This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch chart-wording-fix in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
commit daad81b49ea3aa6da2d33c33a1ee27261d7390de Author: Jerry Shao <[email protected]> AuthorDate: Sat Feb 14 13:29:41 2026 +0800 Fix the wording issues for chart doc --- versioned_docs/version-1.1.0/chart.md | 4 ++-- versioned_docs/version-1.1.0/iceberg-rest-catalog-chart.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-1.1.0/chart.md b/versioned_docs/version-1.1.0/chart.md index e198c2d86..b74bbd3c5 100644 --- a/versioned_docs/version-1.1.0/chart.md +++ b/versioned_docs/version-1.1.0/chart.md @@ -16,7 +16,7 @@ This Helm chart deploys Apache Gravitino on Kubernetes with customizable configu ## Update Chart Dependency -The Gravitino Helm chart has not yet been officially released. +The Gravitino Helm chart has not yet been released to the helm registry. To proceed, please clone the repository, navigate to the chart directory `/path/to/gravitino/dev/charts`, and execute the Helm dependency update command. ```console @@ -115,4 +115,4 @@ Ensure the target MySQL database (gravitino) exists before deployment._ ```console helm uninstall [RELEASE_NAME] -n [NAMESPACE] -``` \ No newline at end of file +``` diff --git a/versioned_docs/version-1.1.0/iceberg-rest-catalog-chart.md b/versioned_docs/version-1.1.0/iceberg-rest-catalog-chart.md index b3e52d0d6..9b2534aaa 100644 --- a/versioned_docs/version-1.1.0/iceberg-rest-catalog-chart.md +++ b/versioned_docs/version-1.1.0/iceberg-rest-catalog-chart.md @@ -1,7 +1,7 @@ --- title: "Install Iceberg Rest catalog server on Kubernetes" slug: /iceberg-rest-catalog-chart -keyword: +keyword: - Iceberg REST Helm Chart license: "This software is licensed under the Apache License version 2." --- @@ -17,7 +17,7 @@ This Helm chart deploys Apache Gravitino Iceberg REST Catalog Server on Kubernet ## Update Chart Dependency -The Gravitino Iceberg REST Catalog Server Helm chart has not yet been officially released. +The Gravitino Iceberg REST Catalog Server Helm chart has not yet been released to the helm registry. To proceed, please clone the repository, navigate to the chart directory [charts](../dev/charts), and execute the Helm dependency update command. ```console @@ -59,7 +59,7 @@ helm upgrade --install gravitino ./gravitino-iceberg-rest-server \ To customize the deployment, use the --set flag to override specific values: ```console -helm upgrade --install gravitino ./gravitino-iceberg-rest-server +helm upgrade --install gravitino ./gravitino-iceberg-rest-server -n gravitino \ --create-namespace \ --set key1=val1,key2=val2,... @@ -67,7 +67,7 @@ helm upgrade --install gravitino ./gravitino-iceberg-rest-server Alternatively, you can provide a custom values.yaml file: ```console -helm upgrade --install gravitino ./gravitino-iceberg-rest-server +helm upgrade --install gravitino ./gravitino-iceberg-rest-server -n gravitino \ --create-namespace \ -f /path/to/values.yaml @@ -79,4 +79,4 @@ The path '/path/to/values.yaml' refers to the actual path to the values.yaml fil ```console helm uninstall [RELEASE_NAME] -n [NAMESPACE] -``` \ No newline at end of file +```
