wolmi / helm-docker

☸️ helm, gcloud, kubectl, docker

Home Page:https://hub.docker.com/r/wolmi/helm-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=v2.9.0
    git commit -am "Bump to $version"
    git tag $version
    git push && git push --tags

About

☸️ helm, gcloud, kubectl, docker

https://hub.docker.com/r/wolmi/helm-docker/