Nelm — Helm 3 alternative Kubernetes deployment tool (multi-arch image)
10K+
Docker image packaging werf/nelm, a Helm alternative for deploying Helm Charts to Kubernetes. The image also bundles the latest stable kubectl.
Published to:
hsww/nelmghcr.io/hsw/nelmPlatforms: linux/amd64, linux/arm64. Binaries are verified against the upstream GPG signature during build.
Images are published to both hsww/nelm on Docker Hub and ghcr.io/hsw/nelm on GHCR. Multi-arch: linux/amd64, linux/arm64.
These labels follow upstream quality promotions and move to newer versions over time.
latest → 1.30.2rock-solid → 1.26.0stable → 1.26.21.30.2 — also 1.30, 1, latest1.27.0 — also 1.271.26.2 — also 1.26, stable1.26.0 — also rock-solid1.25.3 — also 1.251.25.21.25.11.25.01.24.3 — also 1.241.24.1docker pull hsww/nelm:rock-solid
docker pull hsww/nelm:stable
docker pull hsww/nelm:1.30.2
Nelm is a Kubernetes deployment tool built on a partially rewritten Helm codebase. Compared to Helm it adds, among other things:
terraform plan-style release planningIt is backward-compatible with Helm Charts and Helm Releases — no migration needed.
See the upstream README for the full feature list, CLI reference, and documentation.
# Show version
docker run --rm hsww/nelm:stable nelm version
# Render a chart from the current directory
docker run --rm -v "$PWD:/chart" -w /chart hsww/nelm:stable \
nelm chart render
# Deploy using your host kubeconfig
docker run --rm \
-v "$HOME/.kube:/root/.kube:ro" \
-v "$PWD:/chart" -w /chart \
hsww/nelm:stable \
nelm release install -n myproject -r myproject
Default command is nelm. Both nelm and kubectl are on PATH, so any command can be overridden (e.g. docker run --rm hsww/nelm:stable kubectl version --client).
x.y.z, x.y, x) follow nelm releases.ea, stable, rock-solid, latest) move to newer versions automatically, matching upstream promotions.The tag-to-version mapping shown at the top of this page is refreshed daily by CI.
Content type
Image
Digest
sha256:1b3184628…
Size
40.9 MB
Last updated
about 18 hours ago
docker pull hsww/nelm