Rajczyk / helm-docker

☸️ helm, gcloud, kubectl

Home Page:https://hub.docker.com/r/devth/helm/

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

About

☸️ helm, gcloud, kubectl

https://hub.docker.com/r/devth/helm/