Docker images are automatically built on Docker Hub:
latest
always corresponds with the latest build from master- Docker
tag
always 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
VERSION
in 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