Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nouney committed May 13, 2018
1 parent e04897c commit c28efe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "gcs"
version: "0.1.4"
version: "0.2.0"
usage: "repositories on Google Cloud Storage"
description: |-
Manage repositories on Google Cloud Storage
command: "$HELM_PLUGIN_DIR/bin/helm-gcs"
downloaders:
- command: "pull.sh"
- command: "scripts/pull.sh"
protocols:
- "gs"

hooks:
install: "cd $HELM_PLUGIN_DIR; ./install.sh"
update: "cd $HELM_PLUGIN_DIR; ./install.sh"
install: "cd $HELM_PLUGIN_DIR; ./scripts/install.sh"
update: "cd $HELM_PLUGIN_DIR; ./scripts/install.sh"

0 comments on commit c28efe4

Please sign in to comment.