danhuawang commented on code in PR #10515: URL: https://github.com/apache/gravitino/pull/10515#discussion_r3049651361
########## dev/charts/gravitino-iceberg-rest-server/README.md: ########## @@ -0,0 +1,33 @@ +# Apache Gravitino Iceberg REST Catalog Server Helm Chart + +This Helm chart deploys Apache Gravitino Iceberg REST Catalog Server on Kubernetes with customizable configurations. + +## Quick Start + +```bash +# Install from OCI registry +helm install gravitino-iceberg oci://registry-1.docker.io/apache/gravitino-iceberg-rest-server-helm --version <VERSION> -n gravitino --create-namespace + +# Or pull the chart first +helm pull oci://registry-1.docker.io/apache/gravitino-iceberg-rest-server-helm --version <VERSION> +``` + +## Documentation + +For detailed installation instructions, configuration options, and usage examples, please refer to: + +📖 [Complete Iceberg REST Catalog Server Documentation](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md) + +## Quick Links + +- [Prerequisites](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md#prerequisites) +- [Installation](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md#installation) +- [Configuration](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md#view-chart-values) +- [Deploy with Custom Configuration](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md#deploy-with-custom-configuration) +- [Uninstall](https://github.com/apache/gravitino/blob/main/docs/iceberg-rest-catalog-chart.md#uninstall-helm-chart) + +## Support + +- GitHub Issues: https://github.com/apache/gravitino/issues +- Documentation: https://gravitino.apache.org +- Community: [email protected] Review Comment: Already update the related docs in the `docs` folder, this readme file is used to display in the Artifact Hub web page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
