Skip to content
forked from lachie83/k8s-helm

Containerized Kubernetes Helm client

License

Notifications You must be signed in to change notification settings

OpenGov/k8s-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Client

CircleCI Build Status

CircleCI

Container Details

Supported tags and respective Dockerfile links

Overview

This container provides the Helm client for use with Kubernetes

Run with tunneling

kubectl run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true

Run without tunneling

kubectl run -it helm --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true

About

Containerized Kubernetes Helm client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%