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.