Skip to content

Commit

Permalink
fix: roll back rdtclient to working version (v2.0.81)
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Sep 3, 2024
1 parent 58e8f48 commit 7d63cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d63cd9

Please sign in to comment.