File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,24 @@ Also works as standalone executable outside of Helm.
1212
1313requires ` sed ` and ` curl ` for installation
1414
15+ ``` yaml
16+ # ################################################
17+ # Github workflows
18+
19+ # Installation of latest version
20+ - uses : webdevops/setup-helm-azure-tpl@v1
21+
22+ # Installation of specific version
23+ - uses : webdevops/setup-helm-azure-tpl@v1
24+ with :
25+ version : 0.63.7
26+
27+ ```
28+
1529``` bash
30+ # ################################################
31+ # Helm 4.x
1632
17- # ## Helm 4.x ####################################
1833# Installation of latest version
1934helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:latest" --verify=false
2035helm plugin install " oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:latest" --verify=false
@@ -30,7 +45,9 @@ helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-getter:0.6
3045helm plugin uninstall azure-tpl-cli
3146helm plugin uninstall azure-tpl-getter
3247
33- # ## Helm 3.x ####################################
48+ # ################################################
49+ # Helm 3.x (legacy support)
50+
3451# Installation of latest version
3552helm plugin install https://github.com/webdevops/helm-azure-tpl.git
3653
You can’t perform that action at this time.
0 commit comments