ArtifactHub package name typo: headlamp-solaris instead of headlamp-polaris #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ArtifactHub package name is
headlamp-solarisinstead ofheadlamp-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.Confirmed - Valid Bug
Verified in
artifacthub-pkg.ymlline 2:This should be:
Also confirmed in
package.json- the package name is incorrectly set toheadlamp-solarisinstead ofheadlamp-polaris.This is a regression from the rename (previously was
headlamp-polaris-plugin).Reproduction steps:
headlamp-solarisinstead ofheadlamp-polarisSuggested fix:
artifacthub-pkg.ymlline 2 fromname: headlamp-solaristoname: headlamp-polarispackage.jsonname fromheadlamp-solaristoheadlamp-polaris(orheadlamp-polaris-pluginfor consistency with repo name)