This repository contains Helm charts for:
helm repo add dimpact https://Dimpact-Samenwerking.github.io/helm-charts/
helm search repo dimpact
helm install my-release dimpact/<chart>Production releases are automatically created when changes are pushed to the main or release/* branches. These releases follow semantic versioning and are production-ready.
For testing purposes, you can manually create snapshot releases of the podiumd chart from any branch. Snapshot releases:
- Include the branch name in the version (e.g.,
podiumd-1.0.0-feature-new-config-snapshot) - Are marked as pre-release (not production ready)
- Are overwritten each time you run the workflow on the same branch
- Are automatically cleaned up after 3 weeks
- Only apply to the podiumd chart - all other charts are excluded from snapshot releases
To create a snapshot release, go to the Actions tab and manually trigger the Release Snapshot Charts workflow.
See Snapshot Release Documentation for more details.