We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25640f7 commit f2ce708Copy full SHA for f2ce708
2 files changed
README.md
@@ -16,7 +16,7 @@ This fits multiple use cases:
16
17
Use `helm` CLI to install this plugin:
18
19
- $ helm plugin install https://github.com/aslafy-z/helm-git --version 0.8.1
+ $ helm plugin install https://github.com/aslafy-z/helm-git --version 0.9.0
20
21
To use the plugin, you only need `git`. If you want to build the plugin from source, or you want to contribute
22
to the plugin, please see [these instructions](.github/CONTRIBUTING.md).
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "helm-git"
2
-version: "0.8.1"
+version: "0.9.0"
3
description: |-
4
Get non-packaged Charts directly from Git.
5
downloaders:
0 commit comments