Sign inSign up

lucastercas/helm

By lucastercas

Updated about 6 years ago

Image
0

126

lucastercas/helm repository overview

Helm Docker Image

Helm docker image, so you don't have to install Helm on your computer to use it.

Example Usage

Updating local repositories:

docker run --rm -t --name helm \
  lucastercas/helm repo add jetstack https://charts.jetstack.io

Installing a package to a cluster:

docker run --rm -t --name helm \
  -v $(pwd)/cluster_config.yml:/app/cluster_config.yml
  lucastercas/helm --kubeconfig=/app/cluster_config.yml install cert-manager

Tag summary

Content type

Image

Digest

Size

16.6 MB

Last updated

about 6 years ago

docker pull lucastercas/helm