Skip to content

puzzle/dagger-module-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daggerverse Helm Module

Dagger module for daggerverse providing Helm functionality.

The Dagger module is located in the helm directory.

usage

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.

functions

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.

development

Basic development guide.

setup Dagger module

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

To Do

  • Add more tools
  • Add cache mounts
  • Add environment variables
  • Add more examples
  • Add tests

About

Dagger Module providing Helm functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages