Skip to content

Commit 82889fa

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <[email protected]>
1 parent e218373 commit 82889fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)