We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e9975 commit e37c2c3Copy full SHA for e37c2c3
README.md
@@ -17,7 +17,7 @@ requires `sed` and `curl` for installation
17
helm plugin install https://github.com/webdevops/helm-azure-tpl.git
18
19
# Installation of specific version
20
-helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.55.1
+helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.55.2
21
22
# Update to latest version
23
helm plugin update azure-tpl
plugin.yaml
@@ -1,6 +1,6 @@
1
---
2
name: "azure-tpl"
3
-version: "ç"
+version: "0.55.2"
4
usage: "applies azure information into your helm files"
5
description: |-
6
see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md
0 commit comments