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.25.2rock-solid → 1.23.2stable → 1.24.01.25.2 — also 1.25, 1, latest1.25.01.24.0 — also 1.24, stable1.23.2 — also 1.23, rock-solid1.23.11.23.01.22.0 — also 1.221.21.0 — also 1.211.20.1 — also 1.201.20.0docker pull hsww/nelm:rock-solid
docker pull hsww/nelm:stable
docker pull hsww/nelm:1.25.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:4248e32a2…
Size
40.3 MB
Last updated
28 days ago
docker pull hsww/nelm