File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,24 @@ Also works as standalone executable outside of Helm.
1313requires ` sed ` and ` curl ` for installation
1414
1515``` bash
16+
17+ # ## Helm 4.x ####################################
18+ # Installation of latest version
19+ helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:latest" --verify=false
20+ helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:latest" --verify=false
21+
22+ # Installation of specific version
23+ helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:0.63.7" --verify=false
24+ helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:0.63.7" --verify=false
25+
26+ # Update
27+ # please do uninstall and install again, for now
28+
29+ # Uninstall
30+ helm plugin uninstall azure-tpl-cli
31+ helm plugin uninstall azure-tpl-getter
32+
33+ # ## Helm 3.x ####################################
1634# Installation of latest version
1735helm plugin install https://github.com/webdevops/helm-azure-tpl.git
1836
@@ -22,7 +40,7 @@ helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.
2240# Update to latest version
2341helm plugin update azure-tpl
2442
25- # Deinstallation
43+ # Uninstall
2644helm plugin uninstall azure-tpl
2745```
2846
You can’t perform that action at this time.
0 commit comments