frigate icon indicating copy to clipboard operation
frigate copied to clipboard

Frigate is a tool for automatically generating documentation for your Helm charts

Results 14 frigate issues
Sort by recently updated
recently updated
newest added

Helm [documentation about the Chart.yaml file](https://helm.sh/docs/topics/charts/#the-chartyaml-file) describes: > As of [v3.3.2](https://github.com/helm/helm/releases/tag/v3.3.2), additional fields are not allowed. The recommended approach is to add custom metadata in annotations. This is relevant for...

bug
help wanted

Hello, this PR implements a simple pre-commit check so we can have more feedback about tests state (see #50 ). Thank you!

Hello, this PR lower (maybe a lot) tests execution times when local machine have a lot of remote helm repos (mine has). This is somewhat related to #51 as it...

Frigate currently only considers Chart.yaml declared dependencies, but ignores subcharts directly located under the charts/ folder. I don't run into issues about this, but it is a broken expectation on...

bug

Frigate doesn't seem to work if a chart requirement is not specified directly, and instead uses a range: We have this in our Chart.yaml: ``` - name: common version: ^1...

bug

- Since MD syntax does not really support it so I've created table using html table syntax and it seems to render perfectly. Pending items -------------- - rst and html...

In my case , I usually update my chart ie pack it properly (including its dependent charts) so I would like frigate to just go through them and just dump...

I have encountered this error when one of chart had a date field. Reading about it shows that we need to pass in an ISO string using a custom decoder....

It would be nice to have the json formatted properly inside a table cell rather a single huge line of json.

enhancement
help wanted

Dear maintainers, We are happy using your tool for quick and beautiful documentation generation. However, in our case, we use multiple layers of Helm configuration. Thus, we keep some of...