Skip to content

Commit d08f7d2

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 2570e1c commit d08f7d2

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,24 @@ Also works as standalone executable outside of Helm.
1212

1313
requires `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
1934
helm plugin install "oci://ghcr.io/webdevops/helm-azure-tpl/azure-tpl-cli:latest" --verify=false
2035
helm 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
3045
helm plugin uninstall azure-tpl-cli
3146
helm plugin uninstall azure-tpl-getter
3247

33-
### Helm 3.x ####################################
48+
#################################################
49+
# Helm 3.x (legacy support)
50+
3451
# Installation of latest version
3552
helm plugin install https://github.com/webdevops/helm-azure-tpl.git
3653

0 commit comments

Comments
 (0)