Bump transmission to v1.0.1
Some checks failed
Build Container / build (push) Failing after 2m37s

This commit is contained in:
Erich Blume 2026-01-25 21:21:05 -08:00
commit 7a2daeb179
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ spec:
# Sidecar: Syncs declarative ZIM torrents to transmission
- name: torrent-sync
image: registry.ops.eblu.me/blumeops/transmission:v1.0.0
image: registry.ops.eblu.me/blumeops/transmission:v1.0.1
command: ["/bin/bash", "-c"]
args:
- |

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: transmission
image: registry.ops.eblu.me/blumeops/transmission:v1.0.0
image: registry.ops.eblu.me/blumeops/transmission:v1.0.1
env:
- name: PUID
value: "1000"