From cfab8d4881855ee5b75c97f3134e20122eeb3e8d Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 1 May 2026 17:38:37 -0700 Subject: [PATCH] C1(valkey-mirror): swap paperless and immich to local valkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switches paperless redis sidecar and immich-valkey to the locally-built registry.ops.eblu.me/blumeops/valkey image. Sidecars are stateless (paperless: no PV, immich: emptyDir cache) so this is a clean tag swap. Drops the DR-2026-04 TODO in paperless about multi-arch redis — resolved by this mirror. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/immich/kustomization.yaml | 3 ++- argocd/manifests/paperless/kustomization.yaml | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/argocd/manifests/immich/kustomization.yaml b/argocd/manifests/immich/kustomization.yaml index c7c54e1..399a975 100644 --- a/argocd/manifests/immich/kustomization.yaml +++ b/argocd/manifests/immich/kustomization.yaml @@ -19,4 +19,5 @@ images: - name: ghcr.io/immich-app/immich-machine-learning newTag: v2.6.3 - name: docker.io/valkey/valkey - newTag: "8.1-alpine" + newName: registry.ops.eblu.me/blumeops/valkey + newTag: v8.1.6-r0-946fa75 diff --git a/argocd/manifests/paperless/kustomization.yaml b/argocd/manifests/paperless/kustomization.yaml index 3e65578..4e1f658 100644 --- a/argocd/manifests/paperless/kustomization.yaml +++ b/argocd/manifests/paperless/kustomization.yaml @@ -14,9 +14,6 @@ resources: images: - name: registry.ops.eblu.me/blumeops/paperless newTag: v2.20.13-07f52e9 - # TODO(DR-2026-04): authentik-redis is amd64-only (nix-built on ringtail). - # Was running under QEMU emulation before. Switched to upstream valkey - # during DR recovery. Build a multi-arch blumeops/redis or keep upstream. - name: docker.io/library/redis - newName: docker.io/valkey/valkey - newTag: "8.1-alpine" + newName: registry.ops.eblu.me/blumeops/valkey + newTag: v8.1.6-r0-946fa75