From ead7f153520d30152710cc552a43725db41f9fe1 Mon Sep 17 00:00:00 2001 From: Yash Raj Date: Sat, 8 Aug 2026 12:57:38 +0530 Subject: [PATCH] feat(plugin): enhance plugin description in plugin.yaml (#712) --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 2a95869..ee6b960 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,7 +1,7 @@ name: "dashboard" version: "2.1.1" usage: "A simplified way of working with Helm" -description: "View HELM situation in nice web UI" +description: "GUI dashboard for inspecting Helm releases, manifests, revision diffs, and Kubernetes resources" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard" ignoreFlags: false hooks: