Sign inSign up

thorstenhans/helm3

By thorstenhans

Updated 14 days ago

Container image with Helm 3 and kubectl

Image
3

100K+

thorstenhans/helm3 repository overview

Helm Docker Image

This docker image contains Helm CLI and kubectl. You can specify the desired version of Helm 3, by setting the HELM_VERSION var. It currently defaults to 3.8.2.

Basic Usage Instructions

Default behavior

By default, the container will execute helm.

docker run thorstenhans/helm3

Execute Helm sub-commands

You can execute any helm sub-command as shown here:

docker run thorstenhans/helm3 version

Execute kubectl command

You can also invoke any kubectl command, by overwriting the entry-point of the container

docker run --rm -it --entrypoint kubectl thorstenhans/helm3 version

Tag summary

Content type

Image

Digest

sha256:179a7a6ff

Size

88.3 MB

Last updated

14 days ago

docker pull thorstenhans/helm3