mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-30 04:20:20 +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:
parent
3ea15b1e79
commit
0a887e9b64
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…
Add table
Add a link
Reference in a new issue