diff --git a/README.md b/README.md index 943a6733..59ea16ac 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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.4.0 + $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.6.0 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 32be63ce..d63d445f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "s3" -version: "0.5.2" +version: "0.6.0" usage: "The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories." description: |- Provides AWS S3 protocol support.