ArtifactHub package name typo: headlamp-solaris instead of headlamp-polaris #25

Closed
opened 2026-03-08 22:56:30 +00:00 by cpfarhood · 1 comment
cpfarhood commented 2026-03-08 22:56:30 +00:00 (Migrated from github.com)

The ArtifactHub package name is headlamp-solaris instead of headlamp-polaris:

https://artifacthub.io/packages/headlamp/headlamp-polaris/headlamp-solaris

This appears to be a typo introduced in 0.6.0. The previous package was headlamp-polaris-plugin.

The ArtifactHub package name is `headlamp-solaris` instead of `headlamp-polaris`: https://artifacthub.io/packages/headlamp/headlamp-polaris/headlamp-solaris This appears to be a typo introduced in 0.6.0. The previous package was `headlamp-polaris-plugin`.
ghost commented 2026-03-08 23:27:06 +00:00 (Migrated from github.com)

Confirmed - Valid Bug

Verified in artifacthub-pkg.yml line 2:

name: headlamp-solaris

This should be:

name: headlamp-polaris

Also confirmed in package.json - the package name is incorrectly set to headlamp-solaris instead of headlamp-polaris.

This is a regression from the rename (previously was headlamp-polaris-plugin).

Reproduction steps:

  1. Visit https://artifacthub.io/packages/headlamp/headlamp-polaris/headlamp-solaris
  2. Notice the package is named headlamp-solaris instead of headlamp-polaris

Suggested fix:

  • Change artifacthub-pkg.yml line 2 from name: headlamp-solaris to name: headlamp-polaris
  • Change package.json name from headlamp-solaris to headlamp-polaris (or headlamp-polaris-plugin for consistency with repo name)
## Confirmed - Valid Bug Verified in `artifacthub-pkg.yml` line 2: ```yaml name: headlamp-solaris ``` This should be: ```yaml name: headlamp-polaris ``` Also confirmed in `package.json` - the package name is incorrectly set to `headlamp-solaris` instead of `headlamp-polaris`. This is a regression from the rename (previously was `headlamp-polaris-plugin`). **Reproduction steps**: 1. Visit https://artifacthub.io/packages/headlamp/headlamp-polaris/headlamp-solaris 2. Notice the package is named `headlamp-solaris` instead of `headlamp-polaris` **Suggested fix**: - Change `artifacthub-pkg.yml` line 2 from `name: headlamp-solaris` to `name: headlamp-polaris` - Change `package.json` name from `headlamp-solaris` to `headlamp-polaris` (or `headlamp-polaris-plugin` for consistency with repo name)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#25