Skip to main content

@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-chart

helm_chart.tsv2026.03.03.1
installInstall or upgrade a Helm chart (helm upgrade --install)
ArgumentTypeDescription
releaseNamestringHelm release name
chartstringChart name (e.g. ingress-nginx/ingress-nginx) or local path
namespacestringKubernetes namespace to install into
repoNamestring
repoUrlstring
versionstring
valuesYamlstring
createNamespaceboolean
reuseValuesboolean
waitSecondsnumber
applyManifestApply a Kubernetes manifest using kubectl apply
ArgumentTypeDescription
manifeststringYAML manifest to apply
uninstallUninstall a Helm release
ArgumentTypeDescription
releaseNamestringHelm release name to uninstall
namespacestringKubernetes namespace of the release
statusGet the status of an installed Helm release
ArgumentTypeDescription
releaseNamestringHelm release name
namespacestringKubernetes namespace of the release