diff --git a/README.md b/README.md index 4b6d973..b1c26fe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ To install it, simply run Helm command: helm plugin install https://github.com/komodorio/helm-dashboard.git ``` +To update the plugin to the latest version, run: +```shell +helm plugin update dashboard +``` + To uninstall, run: ```shell @@ -108,7 +113,7 @@ To install, checkout the source code and run from source dir: helm plugin install . ``` -Local install of plugin just creates a symlink, so making the changes and rebuilding the binary would not require to +Local installation of plugin just creates a symlink, so making the changes and rebuilding the binary would not require to reinstall a plugin. To use the plugin, run in your terminal: diff --git a/plugin.yaml b/plugin.yaml index e356916..96c057a 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -2,7 +2,7 @@ name: "dashboard" 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" +command: "$HELM_PLUGIN_DIR/bin/helm-dashboard" hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"