Skip to content

Commit

Permalink
update plugin name
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 3, 2024
1 parent e8e3aba commit 6b5f286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,8 @@ print_home:


local.deploy: local.build ## Deploys locally built Helm plugin
@mkdir -p ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/bin
@rm -rf ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/bin/helm-kanvas-snapshot
@cp helm-kanvas-snapshot ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/bin/helm-kanvas-snapshot
@cp plugin.yaml ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/
@cp install-binary.sh ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/
@rm -rf ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/bin/helm-kanvas-snapshot
@cp helm-images ${HOME}/Library/helm/plugins/helm-kanvas-snapshot/bin/helm-kanvas-snapshot


publish: local.check ## Builds and publishes the app
Expand Down
Binary file added helm-kanvas-snapshot
Binary file not shown.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "kanvas-snapshot"
name: "helm-kanvas-snapshot"
version: "0.1.0"
usage: "Generate a visual snapshot of your Helm chart as a Meshery Snapshot"
description: "A Helm plugin to generate Meshery Snapshots from Helm charts using a custom Go binary"
Expand All @@ -7,7 +7,7 @@ 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
Expand Down

0 comments on commit 6b5f286

Please sign in to comment.