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:
parent
e54f881eea
commit
f5c5b05075
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue