From 4f5f14adfcbe387de4360f2bec4a690ffb699501 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 15:39:20 +0200 Subject: [PATCH] fixed repository entry --- .frigate | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.frigate b/.frigate index 618d878..d9c0305 100644 --- a/.frigate +++ b/.frigate @@ -10,7 +10,7 @@ to use, add this to your Charts.yaml ``` dependencies: - name: lib - repository: "repo.rre.nu/helm" + repository: oci://repo.rre.nu/helm version: 1.0.0 ``` diff --git a/README.md b/README.md index 692f2fb..0ac5867 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ to use, add this to your Charts.yaml ``` dependencies: - name: lib - repository: "repo.rre.nu/helm" + repository: oci://repo.rre.nu/helm version: 1.0.0 ``` Common functions for my helm charts at home