From a679e4c16c2f0bc10508d67ce11046a816e1dc96 Mon Sep 17 00:00:00 2001 From: Gandalf Greybeard Date: Sat, 7 Mar 2026 17:06:52 +0000 Subject: [PATCH] fix: add missing archive-checksum annotation to artifacthub-pkg.yml Artifact Hub requires the headlamp/plugin/archive-checksum annotation. The release workflow's sed replacement (Compute checksum step) expects this line to already exist in order to substitute the actual SHA256 checksum at release time. Without it, the sed silently does nothing and AH rejects the package metadata. Adds an empty placeholder that the release workflow will populate. Co-Authored-By: Claude Opus 4.6 --- artifacthub-pkg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index e022412..c9f5543 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -20,6 +20,7 @@ keywords: - security annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v0.2.21/sealed-secrets-0.2.21.tar.gz" + headlamp/plugin/archive-checksum: "" headlamp/plugin/version-compat: ">=0.13.0" headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop" links: