Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix plugin description (#34)
Browse files Browse the repository at this point in the history
* use helm org

Signed-off-by: rimas <[email protected]>

* fix plugin description

Signed-off-by: rimas <[email protected]>
  • Loading branch information
rimusz authored Sep 18, 2019
1 parent 802b44a commit 10550bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "2to3"
version: "0.1.2"
usage: "migrate Helm v2 configuration and releases in-place to Helm v3"
description: "migrate Helm v2 configuration and releases in-place to Helm v3"
usage: "migrate and cleanup Helm v2 configuration and releases in-place to Helm v3"
description: "migrate and cleanup Helm v2 configuration and releases in-place to Helm v3"
command: "$HELM_PLUGIN_DIR/bin/2to3"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
Expand Down

0 comments on commit 10550bb

Please sign in to comment.