Skip to content

Commit 2570e1c

Browse files
committed
add helm 4 support
Signed-off-by: Markus Blaschke <[email protected]>
1 parent a3deee6 commit 2570e1c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ Also works as standalone executable outside of Helm.
1313
requires `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
1735
helm 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
2341
helm plugin update azure-tpl
2442

25-
# Deinstallation
43+
# Uninstall
2644
helm plugin uninstall azure-tpl
2745
```
2846

0 commit comments

Comments
 (0)