From 971384c13fa31a53c8e0e44550bddd4f0706fe32 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:53:54 -0600 Subject: [PATCH] prep for 0.8.1 release Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> --- README.md | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b1667b..1fcacbe 100644 --- a/README.md +++ b/README.md @@ -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.8.0 ... -https://github.com/chartmuseum/helm-push/releases/download/v0.8.0/helm-push_0.8.0_darwin_amd64.tar.gz +Downloading and installing helm-push v0.8.1 ... +https://github.com/chartmuseum/helm-push/releases/download/v0.8.1/helm-push_0.8.1_darwin_amd64.tar.gz Installed plugin: push ``` diff --git a/plugin.yaml b/plugin.yaml index 0773c50..d1035d8 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "push" -version: "0.8.0" +version: "0.8.1" usage: "Please see https://github.com/chartmuseum/helm-push for usage" description: "Push chart package to ChartMuseum" command: "$HELM_PLUGIN_DIR/bin/helmpush"