Skip to content

Commit

Permalink
fix(transmission): roll back to 4.0.5
Browse files Browse the repository at this point in the history
Roll back to Transmission version 4.0.5 due to issues with the latest
version causing it to be blocked by certain torrent trackers, such as
AnimeBytes.
  • Loading branch information
d3adb5 committed Aug 31, 2024
1 parent e41e5a6 commit 83ce7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-of-apps/templates/media-apps/transmission-movies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image:
repository: lscr.io/linuxserver/transmission
pullPolicy: IfNotPresent
tag: "4.0.6@sha256:cbd1f91f9c31615057ce2744aad8589f343176b4895d13afa656d2d54dd12b66"
tag: "4.0.5@sha256:c6a95f014f7ec812c9173be5a0afef4656e7c09be1c2d063786f42bdc3ee3d8a"
podAnnotations:
linkerd.io/inject: enabled
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion app-of-apps/templates/media-apps/transmission-tv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image:
repository: lscr.io/linuxserver/transmission
pullPolicy: IfNotPresent
tag: "4.0.6@sha256:cbd1f91f9c31615057ce2744aad8589f343176b4895d13afa656d2d54dd12b66"
tag: "4.0.5@sha256:c6a95f014f7ec812c9173be5a0afef4656e7c09be1c2d063786f42bdc3ee3d8a"
podAnnotations:
linkerd.io/inject: enabled
replicaCount: 1
Expand Down

0 comments on commit 83ce7ff

Please sign in to comment.