Skip to content

ForestsoftGmbH/helm3-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 81.2%
  • Makefile 18.8%