common-helm-lib/.frigate
Jonas Forsberg 4f5f14adfc
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s
fixed repository entry
2024-10-18 15:39:20 +02:00

20 lines
227 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: 1.0.0
```
{%- endblock %}