fix(artifacthub): move package metadata to repository root #2

Merged
cpfarhood merged 1 commits from fix/move-artifacthub-pkg-to-root into main 2026-02-12 17:27:08 +00:00
cpfarhood commented 2026-02-12 17:21:38 +00:00 (Migrated from github.com)

Summary

  • Moves artifacthub-pkg.yml from headlamp-sealed-secrets/ to repository root
  • Matches ArtifactHub indexing requirements for Headlamp plugins
  • Follows the same pattern as the polaris plugin
  • Ensures ArtifactHub can discover version 0.2.4 with correct checksum

Problem

ArtifactHub wasn't picking up version 0.2.4, still showing 0.2.1 as latest. The package metadata file needs to be at the repository root for proper indexing.

Solution

Copy artifacthub-pkg.yml to repository root to match the expected structure for Headlamp plugin repositories.

Testing

  • Verify ArtifactHub re-indexes after merge (may take a few hours)
  • Confirm version 0.2.4 appears as latest on ArtifactHub
  • Test Headlamp plugin installation with correct checksum

🤖 Generated with Claude Code

## Summary - Moves `artifacthub-pkg.yml` from `headlamp-sealed-secrets/` to repository root - Matches ArtifactHub indexing requirements for Headlamp plugins - Follows the same pattern as the polaris plugin - Ensures ArtifactHub can discover version 0.2.4 with correct checksum ## Problem ArtifactHub wasn't picking up version 0.2.4, still showing 0.2.1 as latest. The package metadata file needs to be at the repository root for proper indexing. ## Solution Copy `artifacthub-pkg.yml` to repository root to match the expected structure for Headlamp plugin repositories. ## Testing - [ ] Verify ArtifactHub re-indexes after merge (may take a few hours) - [ ] Confirm version 0.2.4 appears as latest on ArtifactHub - [ ] Test Headlamp plugin installation with correct checksum 🤖 Generated with [Claude Code](https://claude.ai/code)
Sign in to join this conversation.