From 0a887e9b64db6a3b9ea298c4e8718f5f73ff82a3 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 97eec343e..460661c16 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