Add OCI annotations to Helm chart to link package to repository

Adding org.opencontainers.image.source annotation will connect the GHCR package
to the repository, making it visible in the repo's packages section and allowing
proper visibility management.

Related to #686
This commit is contained in:
rcourtman 2025-11-11 19:24:52 +00:00
parent 3ea15b1e79
commit 0a887e9b64

View file

@ -15,3 +15,7 @@ sources:
maintainers:
- name: Pulse Maintainers
email: pulse@rcourtman.dev
annotations:
org.opencontainers.image.source: https://github.com/rcourtman/Pulse
org.opencontainers.image.description: Helm chart for deploying Pulse monitoring system
org.opencontainers.image.licenses: MIT