From 7a2daeb179403bef67e968a9dfdc32fcf4db49ad Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 25 Jan 2026 21:21:05 -0800 Subject: [PATCH] Bump transmission to v1.0.1 --- argocd/manifests/kiwix/deployment.yaml | 2 +- argocd/manifests/torrent/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/kiwix/deployment.yaml b/argocd/manifests/kiwix/deployment.yaml index cd450d9..bf45625 100644 --- a/argocd/manifests/kiwix/deployment.yaml +++ b/argocd/manifests/kiwix/deployment.yaml @@ -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: - | diff --git a/argocd/manifests/torrent/deployment.yaml b/argocd/manifests/torrent/deployment.yaml index c0a8c2a..5eafce8 100644 --- a/argocd/manifests/torrent/deployment.yaml +++ b/argocd/manifests/torrent/deployment.yaml @@ -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"