Skip to content

Commit a07720f

Browse files
committed
fix install of specific version
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 82889fa commit a07720f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/latest
3535
helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/latest/download/azure-tpl-getter.tgz" --verify=false
3636

3737
# Installation of specific version
38-
helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/0.63.9/download/azure-tpl-cli.tgz" --verify=false
39-
helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/0.63.9/download/azure-tpl-getter.tgz" --verify=false
38+
helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/download/0.63.9/azure-tpl-cli.tgz" --verify=false
39+
helm plugin install "https://github.com/webdevops/helm-azure-tpl/releases/download/0.63.9/azure-tpl-getter.tgz" --verify=false
4040

4141
# Update
4242
# please do uninstall and install again, for now

0 commit comments

Comments
 (0)