From 7d63cd9a17edc0a1a6df6717ec8097ca230c4ad6 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 4 Sep 2024 08:21:51 +1200 Subject: [PATCH] fix: roll back rdtclient to working version (v2.0.81) Signed-off-by: David Young --- .github/renovate.json5 | 4 ++-- charts/myprecious/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 75cfed13f..9983b1f4c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,12 +33,12 @@ { "matchUpdateTypes": ["patch"], "automerge": true, - "excludePackagePatterns": ["notdeluge","notrutorrent","notjellyfin"] + "excludePackagePatterns": ["notdeluge","notrutorrent","notjellyfin","filebrowser","immich-machine-learning","immich-server","rdtclient"] }, { "matchUpdateTypes": ["minor"], "automerge": true, - "excludePackagePatterns": ["filebrowser","immich-machine-learning","immich-server"] + "excludePackagePatterns": ["filebrowser","immich-machine-learning","immich-server","rdtclient"] } ], // since we version by bumping, each PR needs to be rebased every time we merge diff --git a/charts/myprecious/values.yaml b/charts/myprecious/values.yaml index e3f4999e2..80b2f2b07 100644 --- a/charts/myprecious/values.yaml +++ b/charts/myprecious/values.yaml @@ -9678,7 +9678,7 @@ rdtclient: &app_rdtclient app.elfhosted.com/class: debrid image: repository: ghcr.io/elfhosted/rdtclient - tag: v2.0.84@sha256:f74b2b24af2f462b4c06361daeb687da3e37a71131f2c1918eb07a2a49eee25a + tag: v2.0.81 controller: annotations: configmap.reloader.stakater.com/reload: "elfbot-all,storage-changed,elfbot-rdtclient"