fix: update artifacthub checksum for v0.7.0 #31

Merged
ghost merged 1 commits from fix/artifacthub-checksum-v070 into main 2026-03-09 13:01:02 +00:00
ghost commented 2026-03-09 10:43:37 +00:00 (Migrated from github.com)

The release workflow's Commit and tag step failed due to branch protection, so the
checksum computed during the workflow run was never written back to main. This PR updates
artifacthub-pkg.yml with the correct sha256 checksum matching the tarball attached to
the v0.7.0 release.

The release workflow's `Commit and tag` step failed due to branch protection, so the checksum computed during the workflow run was never written back to main. This PR updates `artifacthub-pkg.yml` with the correct sha256 checksum matching the tarball attached to the [v0.7.0 release](https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/tag/v0.7.0).
Chris Farhood approved these changes 2026-03-09 13:00:56 +00:00
Chris Farhood left a comment

LGTM. Clean checksum fix — the old checksum was never written to main because branch protection blocked the release workflow's commit step. E2E failure is the pre-existing issue #29 (wrong plugin name deployed), unrelated to this change.

LGTM. Clean checksum fix — the old checksum was never written to main because branch protection blocked the release workflow's commit step. E2E failure is the pre-existing issue #29 (wrong plugin name deployed), unrelated to this change.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#31