mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Sync chart repo READMEs to gh-pages Signed-off-by: Scott Rigby <scott@r6by.com> * Sync chart repos to gh-pages Signed-off-by: Scott Rigby <scott@r6by.com> * Combine helm dep and helm package Signed-off-by: Scott Rigby <scott@r6by.com>
30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
# Helm Stable
|
|
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
## Usage
|
|
|
|
[Helm](https://helm.sh) must be installed to use the charts.
|
|
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
|
|
|
|
Once Helm is set up properly, add the repo as follows:
|
|
|
|
```console
|
|
helm repo add stable https://charts.helm.sh/stable
|
|
```
|
|
|
|
You can then run `helm search repo stable` to see the charts, or browse on CNCF [Artifact Hub](https://artifacthub.io/packages/search?page=1&repo=helm-stable).
|
|
|
|
## Contributing
|
|
|
|
<!-- Keep full URL links to repo files because this README syncs from master to gh-pages. -->
|
|
⚠️ Note the [status of the project](https://github.com/helm/charts/blob/master/README.md#status-of-the-project), [deprecation timeline](https://github.com/helm/charts/blob/master/README.md#deprecation-timeline), and the ongoing effort to [relocate charts to new repos](https://github.com/helm/charts/issues/21103).
|
|
|
|
<!-- Keep full URL links to repo files because this README syncs from master to gh-pages. -->
|
|
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/helm/charts/blob/master/CONTRIBUTING.md) for details.
|
|
|
|
## License
|
|
|
|
<!-- Keep full URL links to repo files because this README syncs from master to gh-pages. -->
|
|
[Apache 2.0 License](https://github.com/helm/charts/blob/master/LICENSE).
|