Skip to content

Commit

Permalink
Merge pull request #1 from C123R/feat/helmV3
Browse files Browse the repository at this point in the history
feat/helm v3
  • Loading branch information
C123R authored Apr 10, 2020
2 parents 4b79cab + 7d8cb2f commit e584a34
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,34 @@ This plugin uses Go Cloud's [Blob](https://gocloud.dev/howto/blob/) package.
## Installation

```sh
helm plugin install https://github.com/C123R/helm-blob
helm plugin install https://github.com/C123R/helm-blob.git
```

To install specific version of:

```sh
helm plugin install https://github.com/C123R/helm-blob.git --version 0.2.0
```

### If you are still using Helm Below Version 3:

```sh
helm plugin install https://github.com/C123R/helm-blob.git --version 0.1.0
```

## Usage

**Note:** This plugin will not provide new blob storage, You must first create blob storage container/bucket that will be used as a remote chart repository.

- ### Initialize a new chart repository

```sh
helm blob init azblob://helmrepo
```

Note: This command will not create new blob storage, moreover
it will just add empty index.yaml file.
OR

helm blob init gs://helmrepo/charts
```

- ### Add your repository to Helm

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.2.0
6 changes: 3 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "blob"
version: "0.1.0"
usage: "Manage chart repositories on Blob Storage(Azure Blob, GCS, S3)"
version: "0.2.0"
usage: "(Helm v3) Manage chart repositories on Blob Storage(Azure Blob, GCS, S3)"
description: |-
Manage chart repositories on Blob Storage(Azure Blob, GCS, S3).
(Helm v3) Manage chart repositories on Blob Storage(Azure Blob, GCS, S3).
command: "$HELM_PLUGIN_DIR/bin/helm-blob"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install-plugin.sh"
Expand Down

0 comments on commit e584a34

Please sign in to comment.