helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Publish helm charts also as an OCI package (e.g. on GHCR registry)

Open mkilchhofer opened this issue 6 months ago • 0 comments

The helm charts are published using the classic approach with a static webserver and an index.yaml (GitHub pages). In helm 3.8+ the OCI method went GA:

  • https://blog.bitnami.com/2023/04/httpsblog.bitnami.com202304bitnami-helm-charts-now-oci.html?m=1
  • https://helm.sh/docs/topics/registries/
  • https://github.com/helm/helm/releases/tag/v3.8.0

I see two options to use as an OCI mirror:

  • GHCR (Github packages) You need to think about the Github organizational plan. On free plan there are 500MB included
  • Docker hub (where you also push the container images)

mkilchhofer avatar Feb 28 '24 07:02 mkilchhofer