https://github.com/metal-stack/helm-charts
Contains metal-stack Helm charts
https://github.com/metal-stack/helm-charts
helm-charts
Last synced: 4 days ago
JSON representation
Contains metal-stack Helm charts
- Host: GitHub
- URL: https://github.com/metal-stack/helm-charts
- Owner: metal-stack
- License: mit
- Created: 2020-11-13T09:58:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T12:25:19.000Z (4 months ago)
- Last Synced: 2025-09-26T14:32:47.495Z (4 months ago)
- Topics: helm-charts
- Language: Smarty
- Size: 6.47 MB
- Stars: 2
- Watchers: 9
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Helm Charts
Contains Helm Charts of metal-stack.
The charts can be consumed as follows:
1. Add the charts repository to your helm repository index.
```bash
helm repo add metal-stack https://helm.metal-stack.io
```
1. Use the charts.
```bash
helm install metal-stack/
```
## Contributing
If you want to add modifications to a chart, make sure to also bump your chart version in the chart's `Chart.yaml` file. This is necessary because a release of this repository does not overwrite existing chart releases (as this would potentially break already released deployments).
For PRs, your changes will be released to a special pull requests URL `https://helm.metal-stack.io/pull_requests/`. You can use this repository instead in order to test your changes.