Also publish the chart as an OCI artifact #24

Closed
opened 2026-02-15 19:15:32 -05:00 by yindo · 1 comment
Owner

Originally created by @chgl on GitHub (Jul 20, 2024).

Since Helm 3.8.0 support for storing and using OCI-based registries is enabled by default: https://helm.sh/docs/topics/registries/

Storing the chart as an OCI artifact makes it easier to install and also use as a dependency (no need for a helm repo add).

We could use ghcr.io for this and it should only take around 15-20 additional LoC in the workflow: https://github.com/chgl/charts/blob/master/.github/workflows/release.yaml#L48-L68

It's something I could take a stab at if it's a useful addition!

Originally created by @chgl on GitHub (Jul 20, 2024). Since Helm 3.8.0 support for storing and using OCI-based registries is enabled by default: https://helm.sh/docs/topics/registries/ Storing the chart as an OCI artifact makes it easier to install and also use as a dependency (no need for a `helm repo add`). We could use ghcr.io for this and it should only take around 15-20 additional LoC in the workflow: https://github.com/chgl/charts/blob/master/.github/workflows/release.yaml#L48-L68 It's something I could take a stab at if it's a useful addition!
yindo closed this issue 2026-02-15 19:15:32 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Jul 23, 2024):

Thanks @chgl, definitely happy to look at a PR on this if you want to try it out!

@westbrook-ai commented on GitHub (Jul 23, 2024): Thanks @chgl, definitely happy to look at a PR on this if you want to try it out!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#24