File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ requires `sed` and `curl` for installation
3131# Helm 4.x
3232
3333# Installation of latest version
34- helm plugin install " oci ://ghcr.io /webdevops/helm-azure-tpl/azure-tpl-cli:latest " --verify=false
35- helm plugin install " oci ://ghcr.io /webdevops/helm-azure-tpl/azure-tpl-getter:latest " --verify=false
34+ helm plugin install " https ://github.com /webdevops/helm-azure-tpl/releases/latest/download/ azure-tpl-cli.tgz " --verify=false
35+ 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 " 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
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
4040
4141# Update
4242# please do uninstall and install again, for now
You can’t perform that action at this time.
0 commit comments