Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias committed Oct 25, 2017
0 parents commit 6bd4d36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/gcs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

CHART=$4
gsutil cat $CHART
exit 0
11 changes: 11 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "gcs"
version: "0.1.0"
usage: "The plugin allows to use gcs protocol to upload, fetch charts and to work with repositories."
description: |-
Provides Google Cloud Storage protocol support.
https://github.com/viglesiasce/helm-gcs
command: "$HELM_PLUGIN_DIR/bin/gcs.sh"
downloaders:
- command: "bin/gcs.sh"
protocols:
- "gcs"

0 comments on commit 6bd4d36

Please sign in to comment.