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/zenith/
The Dagger CLI is needed.
List all functions of the module. This command is provided by the Dagger CLI.
dagger functions -m ./helm/
The helm module is referenced locally.
See the module readme or the method comments for more details.
Basic development guide.
Setup the Dagger module.
Create the directory for the module and initialize it.
mkdir helm/
cd helm/
# initialize Dagger module
dagger init
dagger develop --sdk go --source helm
- Add more tools
- Add cache mounts
- Add environment variables
- Add more examples
- Add tests