Sign inSign up

thorix/helm

By thorix

•Updated over 8 years ago

Simple Helm image

Image
0

343

thorix/helm repository overview

⁠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

VERSION=2.9.0; docker build --build-arg HELM_VERSION=v$VERSION . -t $VERSION

⁠Release procedure

  1. Bump VERSION in the Dockerfile⁠
  2. Commit and create tag matching the version:
export $VERSION
git tag -a $VERSION
git push origin --tags
  1. Delete a tag
export $VERSION
git tag -d $VERSION
git push origin :refs/tags/$VERSION

Tag summary

Content type

Image

Digest

Size

85.3 MB

Last updated

over 8 years ago

docker pull thorix/helm:2.9.0