From 11260ba3235986804c59242075c51359834a478a Mon Sep 17 00:00:00 2001 From: Alfonso De Masi <33768748+fonzdm@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:36:34 +0200 Subject: [PATCH] change truechart repo url with new oci one --- servarr/Chart.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/servarr/Chart.yaml b/servarr/Chart.yaml index 966d5bc..a864349 100644 --- a/servarr/Chart.yaml +++ b/servarr/Chart.yaml @@ -19,25 +19,25 @@ sources: dependencies: - name: sonarr version: "21.2.1" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: radarr version: "21.2.1" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: prowlarr version: "16.2.1" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: qbittorrent version: "19.4.1" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: jellyseerr version: "9.5.2" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: jellyfin version: "18.7.7" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" - name: flaresolverr version: "13.4.1" - repository: "https://charts.truecharts.org" + repository: "oci://tccr.io/truecharts" maintainers: - name: Alfonso De Masi