Docker images are automatically built on Docker Hub:
latestalways corresponds with the latest build from master- Docker
tagalways correspond with gittag
helm, gcloud and kubectl are all available.
The image also includes the helm diff Helm Plugin.
docker build -t devth/helm .-
Bump
VERSIONin the Dockerfile -
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