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.
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