Skip to content

Commit

Permalink
update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Aug 9, 2018
1 parent 5741044 commit 2979193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Based on the version in `plugin.yaml`, release binary will be downloaded from Gi

```
$ helm plugin install https://github.com/chartmuseum/helm-push
Downloading and installing helm-push v0.6.0 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.6.0/helm-push_0.6.0_darwin_amd64.tar.gz
Downloading and installing helm-push v0.7.0 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.7.0/helm-push_0.7.0_darwin_amd64.tar.gz
Installed plugin: push
```

Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "push"
version: "0.6.0"
version: "0.7.0"
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
description: "Push chart package to ChartMuseum"
command: "$HELM_PLUGIN_DIR/bin/helmpush"
Expand Down

0 comments on commit 2979193

Please sign in to comment.