From 82caca32d43e06917709235cd8a3f551c8e700ba Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 16:42:00 +0200 Subject: [PATCH] removed hardcoded version in example --- .frigate | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.frigate b/.frigate index d9c0305..b0ac44f 100644 --- a/.frigate +++ b/.frigate @@ -11,7 +11,7 @@ to use, add this to your Charts.yaml dependencies: - name: lib repository: oci://repo.rre.nu/helm - version: 1.0.0 + version: ``` diff --git a/README.md b/README.md index 0c9eb90..b4d5aac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ to use, add this to your Charts.yaml dependencies: - name: lib repository: oci://repo.rre.nu/helm - version: 1.0.0 + version: ``` Common functions for my helm charts at home