Skip to content

Commit 2ccc57e

Browse files
committed
release 0.58.0
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 0213bce commit 2ccc57e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires `sed` and `curl` for installation
1717
helm 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
2323
helm plugin update azure-tpl
@@ -45,7 +45,7 @@ for additional values files for azure-tpl you can use environment variabels:
4545
AZURETPL_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

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "azure-tpl"
3-
version: "0.57.0"
3+
version: "0.58.0"
44
usage: "applies azure information into your helm files"
55
description: |-
66
see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md

0 commit comments

Comments
 (0)