File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff 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.7
25+ version : 0.63.8
2626
2727```
2828
@@ -35,8 +35,8 @@ helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:latest
3535helm 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.7 " --verify=false
39- helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:0.63.7 " --verify=false
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
4040
4141# Update
4242# please do uninstall and install again, for now
@@ -52,7 +52,7 @@ helm plugin uninstall azure-tpl-getter
5252helm 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.7
55+ helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.63.8
5656
5757# Update to latest version
5858helm plugin update azure-tpl
Original file line number Diff line number Diff line change 11---
22name : " azure-tpl"
3- version : " 0.63.7 "
3+ version : " 0.63.8 "
44usage : " applies azure information into your helm files"
55description : |-
66 see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md
Original file line number Diff line number Diff line change 22apiVersion : v1
33type : cli/v1
44name : " azure-tpl-cli"
5- version : " 0.63.7 "
5+ version : " 0.63.8 "
66runtime : subprocess
77config :
88 usage : azure-tpl
Original file line number Diff line number Diff line change 22apiVersion : v1
33type : getter/v1
44name : " azure-tpl-getter"
5- version : " 0.63.7 "
5+ version : " 0.63.8 "
66runtime : subprocess
77config :
88 protocols :
Original file line number Diff line number Diff line change 11---
22name : " azure-tpl"
3- version : " 0.63.7 "
3+ version : " 0.63.8 "
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