Skip to content

htch/helm-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

helm-docker

Docker Pulls

Docker images are automatically built on Docker Hub:

  • latest always corresponds with the latest build from master
  • Docker tag always correspond with git tag

Usage

helm, gcloud and kubectl are all available.

The image also includes the helm diff Helm Plugin.

Docker

docker build -t devth/helm .

Release procedure

  1. Bump VERSION in the Dockerfile

  2. Commit and create tag matching the version:

    version=2.8.0
    git commit -am "Bump to $version"
    git tag $version
    git push && git push --tags

About

☸️ helm, gcloud, kubectl

Resources

Stars

Watchers

Forks

Packages

No packages published