github-actions-cache-server
github-actions-cache-server copied to clipboard
Release Helm Chart as OCI artifact, basic installation docs
This PR adds GitHub Actions job, releasing Helm chart as OCI artifact: https://helm.sh/docs/topics/registries/
OCI "images" reuse the same GHCR registry as main application image, prefixed with charts/, resulting charts will be published as oci://ghcr.io/falcondev-oss/charts/github-actions-cache-server:<chart-version>
Also added basic documentation about installing such Helm releases to resolve #128