Skip to content

Commit e218373

Browse files
committed
release 0.63.9
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 9fc4c29 commit e218373

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires `sed` and `curl` for installation
2222
# Installation of specific version
2323
- uses: webdevops/setup-helm-azure-tpl@v1
2424
with:
25-
version: 0.63.8
25+
version: 0.63.9
2626

2727
```
2828

@@ -35,8 +35,8 @@ helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:latest
3535
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:latest" --verify=false
3636

3737
# Installation of specific version
38-
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:0.63.8" --verify=false
39-
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:0.63.8" --verify=false
38+
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:0.63.9" --verify=false
39+
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:0.63.9" --verify=false
4040

4141
# Update
4242
# please do uninstall and install again, for now
@@ -52,7 +52,7 @@ helm plugin uninstall azure-tpl-getter
5252
helm plugin install https://github.com/webdevops/helm-azure-tpl.git
5353

5454
# Installation of specific version
55-
helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.63.8
55+
helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.63.9
5656

5757
# Update to latest version
5858
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.8"
3+
version: "0.63.9"
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.8"
5+
version: "0.63.9"
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.8"
5+
version: "0.63.9"
66
runtime: subprocess
77
config:
88
protocols:

plugins/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.8"
3+
version: "0.63.9"
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)