Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

About

Docker Image shipping helm3 and kubectl

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages