Skip to content

Commit

Permalink
add install binary script in install hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <ijayeti@gmail.com>
  • Loading branch information
Aijeyomah committed Nov 5, 2024
1 parent b23521b commit 1b63cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ command: "$HELM_PLUGIN_DIR/bin/helm-kanvas-snapshot"
hooks:
install: |
echo "Snapshot plugin installed."
$HELM_PLUGIN_DIR/install-binary.sh
update: |
echo "Snapshot plugin updated."
$HELM_PLUGIN_DIR/install-binary.sh
uninstall: |
echo "Snapshot plugin uninstalled."

0 comments on commit 1b63cf7

Please sign in to comment.