Merge pull request #2 from Project-HAMi/docs/update-chart-readme

docs(chart/hami-webui): update README.md with latest chart information
main
霓漠Nimbus 10 months ago committed by GitHub
commit fb5e1209b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,11 +1,11 @@
# HAMi-WebUI # HAMi-WebUI
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
## Get Repo Info ## Get Repo Info
```console ```console
helm repo add hami-charts https://project-hami.github.io/HAMi/ helm repo add hami-webui https://project-hami.github.io/HAMi-WebUI
helm repo update helm repo update
``` ```
@ -13,10 +13,16 @@ _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation
## Installing the Chart ## Installing the Chart
To install the chart with the release name `my-release`: Before deploying, ensure that you configure the `values.yaml` file to match your clusters requirements. For detailed instructions, refer to the [Configuration Guide for HAMi-WebUI Helm Chart](#configuration-guide-for-hamiwebui-helm-chart)
> _**Important**_: You must adjust the values.yaml before proceeding with the deployment.
Download the `values.yaml` file from the Helm Charts repository:
https://github.com/Project-HAMi/HAMi-WebUI/blob/main/charts/hami-webui/values.yaml
```console ```console
helm install hami-webui hami-charts/hami-webui helm install my-hami-webui hami-webui/hami-webui --create-namespace --namespace hami -f values.yaml
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -24,7 +30,7 @@ helm install hami-webui hami-charts/hami-webui
To uninstall/delete the my-release deployment: To uninstall/delete the my-release deployment:
```console ```console
helm delete hami-webui helm delete my-hami-webui
``` ```
The command removes all the Kubernetes components associated with the chart and deletes the release. The command removes all the Kubernetes components associated with the chart and deletes the release.

Loading…
Cancel
Save