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>
This commit is contained in:
gandalf-the-greybeard[bot]
2026-03-08 23:37:16 +00:00
parent 83897fb532
commit df4710c751
3 changed files with 2154 additions and 898 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
version: "0.6.0"
name: headlamp-solaris
name: headlamp-polaris
displayName: Polaris
createdAt: "2026-02-05T19:00:00Z"
description: >-
+2140 -895
View File
File diff suppressed because it is too large Load Diff
+13 -2
View File
@@ -1,5 +1,5 @@
{
"name": "headlamp-solaris",
"name": "headlamp-polaris",
"version": "0.6.0",
"description": "Headlamp plugin for Fairwinds Polaris audit results",
"repository": {
@@ -28,6 +28,17 @@
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.0",
"@playwright/test": "^1.58.2"
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"jsdom": "^28.1.0",
"vitest": "^4.0.18"
},
"dependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}