Dagger module for daggerverse providing Helm functionality.
The Dagger module is located in the helm directory.
Basic usage guide.
The helm directory contains a daggerverse Dagger module.
Check the official Dagger Module documentation: https://docs.dagger.io/api/module-structure
The Dagger CLI is needed.
List all functions of the module. This command is provided by the Dagger CLI.
dagger functions -m ./helm/
Basic development guide.
The Image used in the module is built by the ci/ Dagger module (publish function).
The image-build workflow builds and publishes the image. This action can be triggered manually. It uses the GitHub secrets for the needed credentials.
dagger -m ./helm/ develop
Please add gofmt -s -w .
to your .git/hooks/pre-commit
hook.
- Add more tools
- Add cache mounts
- Add environment variables
- Add more examples