From fb1e8ff672c1644de91a9326ab975d2c02194d6a Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 15 Apr 2026 11:34:28 -0700 Subject: [PATCH] Deploy transmission containers from Dagger builds Update kustomization image tags to the new container.py-built images (v4.1.1-r1-2c483ce, v1.0.1-2c483ce). Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/torrent/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/torrent/kustomization.yaml b/argocd/manifests/torrent/kustomization.yaml index 08e5414..671687c 100644 --- a/argocd/manifests/torrent/kustomization.yaml +++ b/argocd/manifests/torrent/kustomization.yaml @@ -10,6 +10,6 @@ resources: - ingress-tailscale.yaml images: - name: registry.ops.eblu.me/blumeops/transmission - newTag: v4.1.1-r1-613f05d + newTag: v4.1.1-r1-2c483ce - name: registry.ops.eblu.me/blumeops/transmission-exporter - newTag: v1.0.1-613f05d + newTag: v1.0.1-2c483ce