Skip to content

Commit

Permalink
Merge pull request #55 from Aijeyomah/fix-helm-plugin-install-hook
Browse files Browse the repository at this point in the history
add install binary script in install hooks
  • Loading branch information
leecalcote authored Nov 5, 2024
2 parents b23521b + 1b63cf7 commit ff78375
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 ff78375

Please sign in to comment.