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