Skip to content

Commit c1732c8

Browse files
committed
Fix the binary path
1 parent 388c330 commit c1732c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ To install it, simply run Helm command:
1818
helm plugin install https://github.com/komodorio/helm-dashboard.git
1919
```
2020

21+
To update the plugin to the latest version, run:
22+
```shell
23+
helm plugin update dashboard
24+
```
25+
2126
To uninstall, run:
2227

2328
```shell
@@ -108,7 +113,7 @@ To install, checkout the source code and run from source dir:
108113
helm plugin install .
109114
```
110115

111-
Local install of plugin just creates a symlink, so making the changes and rebuilding the binary would not require to
116+
Local installation of plugin just creates a symlink, so making the changes and rebuilding the binary would not require to
112117
reinstall a plugin.
113118

114119
To use the plugin, run in your terminal:

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "dashboard"
22
version: "0.0.5"
33
usage: "A simplified way of working with Helm"
44
description: "View HELM situation in nice web UI"
5-
command: "$HELM_PLUGIN_DIR/bin/dashboard"
5+
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
66
hooks:
77
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
88
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"

0 commit comments

Comments
 (0)