Skip to content

metal-stack/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18de8f3 · Mar 25, 2025
Sep 24, 2024
Mar 25, 2025
Sep 24, 2024
Sep 19, 2022
Nov 13, 2020
Nov 13, 2020
Nov 13, 2020
Sep 19, 2022
Jun 17, 2021

Repository files navigation

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.

    helm repo add metal-stack https://helm.metal-stack.io
  2. Use the charts.

    helm install <chart-name> metal-stack/<chart-name>

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/<branch-name>. You can use this repository instead in order to test your changes.