From f5c5b0507520a3b89a9a4a653f70dd3916ed0a56 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 11 Nov 2025 19:24:52 +0000 Subject: [PATCH] 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 --- deploy/helm/pulse/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/helm/pulse/Chart.yaml b/deploy/helm/pulse/Chart.yaml index 97eec34..460661c 100644 --- a/deploy/helm/pulse/Chart.yaml +++ b/deploy/helm/pulse/Chart.yaml @@ -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