From 0cf259f0b99ccd48b29f6778f58595e972888f71 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 12 Feb 2026 08:06:05 -0500 Subject: [PATCH] fix: change plugin display name from 'headlamp-polaris-plugin' to 'polaris' (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update package.json name field to show cleaner name in Headlamp Settings → Plugins. Before: headlamp-polaris-plugin After: polaris Co-authored-by: Claude Co-authored-by: Happy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b64c30..b10e78c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "headlamp-polaris-plugin", + "name": "polaris", "version": "0.3.5", "description": "Headlamp plugin for Fairwinds Polaris audit results", "scripts": {