Plugin install script

This commit is contained in:
Andrei Pohilko
2022-09-26 14:24:43 +01:00
parent 8fa2bcb87b
commit a4f4ddacb7
2 changed files with 68 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
name: "dashboard"
version: "0.0.0"
version: "0.0.5"
usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/dashboard"
#hooks:
# install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
# update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"