I'm retiring this repository as I have no longer a use for it. Either I'm not using all apps anymore or I moved them somewhere else. These charts are still here if you need them, but you're encouraged to use something else instead.
ccremer's Helm charts repository
Downloads & Changelog | Chart |
---|---|
clustercode | |
emby | |
fronius-exporter | |
fronius-stack | |
samba | |
stiebeleltron-exporter | |
stiebeleltron-stack | |
znapzend |
helm
docker
Scaffold chart unit tests by copying existing unit tests and place it into a test
dir within your chart dir.
Develop your Go unit tests and make sure they run successfully.
To run all test, run make test
.
This chart repository generates READMEs from Helm-Docs.
That means you have to format your values.yaml
in a certain way.
See link or existing charts for examples.
The root README is also generated so that it links to the new chart.
You can generate the chart README.md with make docs:helm
.
To generate all documentations, run make docs
.