fix: correct package name from solaris to polaris (#26)
* ci: add E2E preflight check for Headlamp connectivity and plugin version Adds a diagnostic step before E2E tests that: - Logs the expected plugin version from package.json - Verifies Headlamp is reachable (fails fast if not) - Attempts to list installed plugins for debugging This surfaces version mismatches and connectivity issues immediately instead of requiring analysis of cryptic test timeout failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: correct package name from headlamp-solaris to headlamp-polaris The package name was misspelled as "solaris" instead of "polaris" in artifacthub-pkg.yml, package.json, and package-lock.json. Fixes PRI-49 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: correct package name from headlamp-solaris to headlamp-polaris Fixes the ArtifactHub package name typo introduced in 0.6.0. Only changes the name field in artifacthub-pkg.yml, package.json, and package-lock.json. No dependency or workflow changes. Fixes #25 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit was merged in pull request #26.
This commit is contained in:
committed by
GitHub
parent
2c441bf867
commit
0bd5223587
+1
-1
@@ -1,5 +1,5 @@
|
||||
version: "0.6.0"
|
||||
name: headlamp-solaris
|
||||
name: headlamp-polaris
|
||||
displayName: Polaris
|
||||
createdAt: "2026-02-05T19:00:00Z"
|
||||
description: >-
|
||||
|
||||
Generated
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "headlamp-solaris",
|
||||
"name": "headlamp-polaris",
|
||||
"version": "0.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "headlamp-solaris",
|
||||
"name": "headlamp-polaris",
|
||||
"version": "0.6.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "headlamp-solaris",
|
||||
"name": "headlamp-polaris",
|
||||
"version": "0.6.0",
|
||||
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user