common-helm-lib/.frigate
Jonas Forsberg 82caca32d4
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s
removed hardcoded version in example
2024-10-18 16:42:00 +02:00

20 lines
237 B
Plaintext

{% extends "markdown.jinja2" %}
{% block title -%}
# {{ name | upper }}
to use, add this to your Charts.yaml
```
dependencies:
- name: lib
repository: oci://repo.rre.nu/helm
version: <chart version>
```
{%- endblock %}