for
All charts are deployed automatically via GitHub/Gitlab CI/CI.
For instructions how to do it manually, see
There’s a release workflow
to automate releasing the Helm charts. It uses
Helm Chart Releaser Action
which turns this project into a self-hosted Helm chart repository.
It does this – during every push to main
– by checking each chart in the project,
and whenever there’s a new chart version, creates a corresponding GitHub release
named for the chart version, adds Helm chart artifacts to the release,
and creates or updates an index.yaml
file with metadata about those releases,
which is then hosted on GitHub Pages at helm.packit.dev.
We use images created by a GitHub workflow and pushed to Quay.io, the tag for an image is the first 7 digit for the commit SHA.