@rjeschmi/helm-chart
v2026.03.03.1
Install, upgrade, and uninstall Helm charts on any Kubernetes cluster. Supports repo management, values, --reuse-values on upgrade, and kubectl apply.
Quality score
How well-documented and verifiable this extension is.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
Install
$ swamp extension pull @rjeschmi/helm-charthelm_chart.tsv2026.03.03.1
installInstall or upgrade a Helm chart (helm upgrade --install)
| Argument | Type | Description |
|---|---|---|
| releaseName | string | Helm release name |
| chart | string | Chart name (e.g. ingress-nginx/ingress-nginx) or local path |
| namespace | string | Kubernetes namespace to install into |
| repoName | string | |
| repoUrl | string | |
| version | string | |
| valuesYaml | string | |
| createNamespace | boolean | |
| reuseValues | boolean | |
| waitSeconds | number |
applyManifestApply a Kubernetes manifest using kubectl apply
| Argument | Type | Description |
|---|---|---|
| manifest | string | YAML manifest to apply |
uninstallUninstall a Helm release
| Argument | Type | Description |
|---|---|---|
| releaseName | string | Helm release name to uninstall |
| namespace | string | Kubernetes namespace of the release |
statusGet the status of an installed Helm release
| Argument | Type | Description |
|---|---|---|
| releaseName | string | Helm release name |
| namespace | string | Kubernetes namespace of the release |
2026.02.27.23.0 KBFeb 27, 2026
Install, upgrade, and uninstall Helm charts on any Kubernetes cluster. Supports repo management, values, and --reuse-values on upgrade.
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
2026.02.27.13.0 KBFeb 27, 2026
Install, upgrade, and uninstall Helm charts on any Kubernetes cluster. Supports repo management, values, and --reuse-values on upgrade.
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64