From a5a4afb8e69862f8900f082da91c17c6805d0f82 Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Wed, 15 Jan 2020 23:28:30 +0300 Subject: [PATCH] :up: 0.9.1 --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21973d10..190bb74a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The installation itself is simple as: You can install a specific release version: - $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.9.0 + $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.9.1 To use the plugin, you do not need any special dependencies. The installer will download versioned release with prebuilt binary from [github releases](https://github.com/hypnoglow/helm-s3/releases). diff --git a/plugin.yaml b/plugin.yaml index fd279b1f..36cce55c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "s3" -version: "0.9.0" +version: "0.9.1" usage: "Manage chart repositories on Amazon S3" description: |- The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories.