common-helm-lib/.frigate

20 lines
237 B
Plaintext
Raw Permalink Normal View History

2024-10-18 08:26:05 +00:00
{% extends "markdown.jinja2" %}
{% block title -%}
# {{ name | upper }}
to use, add this to your Charts.yaml
```
dependencies:
- name: lib
2024-10-18 13:39:20 +00:00
repository: oci://repo.rre.nu/helm
2024-10-18 14:42:00 +00:00
version: <chart version>
2024-10-18 08:26:05 +00:00
```
{%- endblock %}