Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
fix: updated plugin version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre authored Apr 13, 2020
1 parent dfd41dc commit 34da824
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 @@ -14,8 +14,8 @@ Based on the version in `plugin.yaml`, release binary will be downloaded from Gi

```
$ helm plugin install https://github.com/belitre/helm-push-artifactory-plugin
Downloading and installing helm-push-artifactory v0.4.1 ...
https://github.com/belitre/helm-push-artifactory-plugin/releases/download/v0.4.1/helm-push-artifactory_v0.4.1_darwin_amd64.tar.gz
Downloading and installing helm-push-artifactory v0.4.2 ...
https://github.com/belitre/helm-push-artifactory-plugin/releases/download/v0.4.2/helm-push-artifactory_v0.4.2_darwin_amd64.tar.gz
Installed plugin: push-artifactory
```

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-artifactory"
version: "0.4.1"
version: "0.4.2"
usage: "Please see https://github.com/belitre/helm-push-artifactory-plugin for usage"
description: "Push helm charts to artifactory"
ignoreFlags: false
Expand Down

0 comments on commit 34da824

Please sign in to comment.