mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-14 16:46:30 +00:00
827e74a0fe
Co-authored-by: Andrei Pokhilko <andrei.pokhilko@gmail.com>
10 lines
416 B
YAML
10 lines
416 B
YAML
name: "dashboard"
|
|
version: "2.1.1"
|
|
usage: "Graphical Web UI for Helm release and Kubernetes resource management"
|
|
description: "GUI dashboard for inspecting Helm releases, manifests, revision diffs, and Kubernetes resources"
|
|
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
|
|
ignoreFlags: false
|
|
hooks:
|
|
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
|
|
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
|