chgl
chgl
You can use a `README.tpl` template based on https://github.com/kubepack/chart-doc-gen/blob/master/templates/readme.tpl and customize as you wish. Pass the template file to chart-doc-gen via the -t flag: ```sh chart-doc-gen -d doc.yaml -v values.yaml...
Some fields in doc.yaml don't have a correspondence in Chart.yaml, e.g. doc.yaml's `repository.url/name.` But I think the Chart.yaml's annotations could be used for this, something like: ```yaml apiVersion: v2 name:...
The failing action is most likely a result of https://github.com/bitnami/charts/issues/10833 and should work now when rebasing on master.
@rarkins Perfect, thank you for your help! I've implemented something in https://github.com/renovatebot/renovate/pull/8240.
I hope to get to it eventually, since I do need it myself as well ;). But of course I'd gladly yield the implementation to anyone interested - while there...
Draft as long as there is no consensus on whether or not this is actually the right approach in https://github.com/sse-secure-systems/connaisseur/issues/749
@peterthomassen thank you for your response! I agree with your concerns, especially since I could just be using digests and wouldn't have this problem in the first place. There is...
I appreciate the concern as it made me dive a bit deeper into the topic: The distribution spec suggests that either a tag OR a digest should be used *when...
> 1. how to read it if both are provided: Drop the tag? Verify tag to digest? Drop the digest? Just pass on to the validator (notaryv1 or cosign)? I...
I absolutely agree that this isn't at all necessary but just a nice-to-have. So definitely not a priority.