Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.47 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.47 KB

container-helm

License

helm in a container image.

The built images are available from the GitHub Container Registry:

ghcr.io/appuio/helm:latest

Provides a container image that can be used in CI/CD pipelines to deploy apps using Helm, the Kubernetes package manager.

NOTE Image is no longer pushed to Docker Hub. Use the GHCR.io image instead. The Quay.io image is kept for backwards compatibility for now, but is also considered deprecated.

Contents

Build the image

make docker-build

Release Image

Whenever the Helm version was updated, tag a new version:

./tag-release.sh
git push --tags

Helm v2

Helm v2 has reached EOL. As such, no new image tags will be pushed. The last available tag is v2.17.0 on both docker.io and quay.io.


APPUiO - GitHub @appuio - Twitter @appuio