blumeops/argocd/manifests/paperless/kustomization.yaml
Erich Blume 2d2d495f95 Fix paperless redis: use upstream valkey instead of amd64-only nix image
The authentik-redis image is nix-built on ringtail (amd64 only) and was
previously running under QEMU emulation on arm64 minikube. Discovered
during DR recovery when fresh minikube lacked binfmt registration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 17:48:20 -07:00

22 lines
626 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: paperless
resources:
- deployment.yaml
- service.yaml
- pv-nfs.yaml
- pvc.yaml
- ingress-tailscale.yaml
- external-secret.yaml
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"