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.
helmkubectl- helmfile
- helm-push plugin
- helm-diff plugin
- helm-secrets plugin
- helm-git plugin
gitgpgjqyq
make docker-buildWhenever the Helm version was updated, tag a new version:
./tag-release.sh
git push --tags
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.