Merge pull request 'fix: correct ArtifactHub package name and checksum' (#13) from fix/artifacthub-package-name into main

Reviewed-on: farhoodliquor/headlamp-polaris-plugin#13
This commit is contained in:
2026-02-07 13:01:29 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
version: 0.0.7
name: polaris-headlamp-plugin
name: headlamp-polaris-plugin
displayName: Polaris
createdAt: "2026-02-05T19:00:00Z"
description: Surfaces Fairwinds Polaris audit results inside the Headlamp UI.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "polaris-headlamp-plugin",
"version": "0.0.5",
"version": "0.0.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "polaris-headlamp-plugin",
"version": "0.0.5",
"version": "0.0.7",
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.0"
}