mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user