File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires `sed` and `curl` for installation
1717helm plugin install https://github.com/webdevops/helm-azure-tpl.git
1818
1919# Installation of specific version
20- helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.57 .0
20+ helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.58 .0
2121
2222# Update to latest version
2323helm plugin update azure-tpl
@@ -45,7 +45,7 @@ for additional values files for azure-tpl you can use environment variabels:
4545AZURETPL_VALUES=./path/to/azuretpl.yaml helm upgrade foobar123 -f azuretpl://config/values.yaml .
4646```
4747
48- ### File processing
48+ ### File processing (only Helm v3)
4949
5050` helm azure-tpl ` uses AzureCLI authentication to talk to Azure
5151
Original file line number Diff line number Diff line change 11---
22name : " azure-tpl"
3- version : " 0.57 .0"
3+ version : " 0.58 .0"
44usage : " applies azure information into your helm files"
55description : |-
66 see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md
You can’t perform that action at this time.
0 commit comments