INFRASTRUCTURE
Helm actions
12 actions you can wire into a flow, alongside everything else in the Infrastructure integration.
Every Helm action
- Helm Get ReleaseRead a Helm release revision: the whole release, or just its values, rendered manifest, notes or hooks.
- Helm Install ReleaseInstall a Helm chart as a new release on a Kubernetes cluster, optionally waiting for it to become ready.
- Helm Lint ChartCheck a chart for errors and best-practice violations with helm lint, without touching the cluster.
- Helm List ReleasesList the Helm releases in a namespace, or across every namespace: name, revision, status, chart and app version.
- Helm Release HistoryList every revision of a Helm release, oldest first: revision, status, chart, app version and when each was deployed.
- Helm Release StatusReport a Helm release's status: its lifecycle state, chart, app version and when it was last deployed.
- Helm Rollback ReleaseRoll a Helm release back to a previous revision. Requires explicit confirmation.
- Helm Show ChartRead a chart's metadata, default values, README, or all of them, without installing it.
- Helm Template ChartRender a chart to Kubernetes YAML locally, without touching the cluster: preview exactly what an install would apply.
- Helm Test ReleaseRun a Helm release's chart tests and report whether they passed, optionally dumping the test pod logs.
- Helm Uninstall ReleasePermanently remove a Helm release and every resource it created. Requires explicit confirmation.
- Helm Upgrade ReleaseUpgrade an existing Helm release to a new chart version or new values, optionally creating it if missing.
Also in Infrastructure
Put Helm in a flow
These actions sit on the same canvas as every other integration, so a Helm step can follow a form, a schedule or a message without any glue code.
