Skip to content

Commit 67a16c5

Browse files
committed
release 0.63.4
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 3cbd5ae commit 67a16c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.63.3
20+
helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.63.4
2121

2222
# Update to latest version
2323
helm plugin update azure-tpl

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.63.3"
3+
version: "0.63.4"
44
usage: "applies azure information into your helm files"
55
description: |-
66
see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md

plugins/azure-tpl-cli/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
type: cli/v1
44
name: "azure-tpl-cli"
5-
version: "0.63.3"
5+
version: "0.63.4"
66
runtime: subprocess
77
config:
88
usage: azure-tpl

plugins/azure-tpl-getter/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
type: getter/v1
44
name: "azure-tpl-getter"
5-
version: "0.63.3"
5+
version: "0.63.4"
66
runtime: subprocess
77
config:
88
protocols:

plugins/azure-tpl-legacy/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.63.3"
3+
version: "0.63.4"
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)