File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- # daggerverse Helm Module
1+ # Daggerverse Helm Module
22
33[ Dagger] ( https://dagger.io/ ) module for [ daggerverse] ( https://daggerverse.dev/ ) providing [ Helm] ( https://helm.sh/ ) functionality.
44
55The Dagger module is located in the [ helm] ( ./helm/ ) directory.
66
7- ## usage
7+ ## Usage
88
99Basic usage guide.
1010
@@ -14,7 +14,7 @@ Check the official Dagger Module documentation: https://docs.dagger.io/zenith/
1414
1515The [ Dagger CLI] ( https://docs.dagger.io/cli ) is needed.
1616
17- ### functions
17+ ### Functions
1818
1919List all functions of the module. This command is provided by the [ Dagger CLI] ( https://docs.dagger.io/cli ) .
2020
@@ -26,11 +26,11 @@ The helm module is referenced locally.
2626
2727See the module [ readme] ( ./helm/README.md ) or the method comments for more details.
2828
29- ## development
29+ ## Development
3030
3131Basic development guide.
3232
33- ### setup Dagger module
33+ ### Setup Dagger module
3434
3535Setup the Dagger module.
3636
@@ -45,7 +45,7 @@ dagger init
4545dagger develop --sdk go --source helm
4646```
4747
48- ## contributors
48+ ## Contributors
4949
5050Please add ` gofmt -s -w . ` to your ` .git/hooks/pre-commit ` hook.
5151
@@ -55,4 +55,3 @@ Please add `gofmt -s -w .` to your `.git/hooks/pre-commit` hook.
5555- [ ] Add cache mounts
5656- [ ] Add environment variables
5757- [ ] Add more examples
58- - [ ] Add tests
You can’t perform that action at this time.
0 commit comments