fix: correct package name from solaris to polaris #26

Merged
ghost merged 3 commits from fix/solaris-typo into main 2026-03-09 01:07:19 +00:00
3 changed files with 2154 additions and 898 deletions
Showing only changes of commit df4710c751 - Show all commits
+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"
}
}