Skip to content

ccremer/charts

Repository files navigation

Charts

License Downloads

ccremer's Helm charts repository

List of Charts

Downloads & Changelog Chart
chart downloads clustercode
chart downloads emby
chart downloads fronius-exporter
chart downloads fronius-stack
chart downloads samba
chart downloads stiebeleltron-exporter
chart downloads stiebeleltron-stack
chart downloads znapzend

Development

Requirements

  • helm
  • docker

Testing

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.

Documentation

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.