mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
31e5d5b3b7
The pulse-chart package in GHCR currently requires authentication for pulls because it defaults to private visibility. This affects all users trying to install via `helm install oci://ghcr.io/rcourtman/pulse-chart`. This commit adds a workflow step to automatically set the package to public after each push, enabling anonymous pulls without requiring `helm registry login`. Note: The existing package will need one-time manual configuration via GitHub web UI until the next release triggers this workflow. Related to discussion #686