From 34da824cb26156ca5ccd6379d603bdfdf25177f9 Mon Sep 17 00:00:00 2001 From: belitre Date: Mon, 13 Apr 2020 12:01:39 +0100 Subject: [PATCH] fix: updated plugin version (#38) --- README.md | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7896880..8430d47 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/plugin.yaml b/plugin.yaml index 66c82e2..c63f820 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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