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.15-fcac8e5-nix # amd64 valkey built via nix (the v8.1.7-ecded30 tag without -nix is the # arm64 Alpine build for indri and fails on ringtail with exec format error) - name: docker.io/library/redis newName: registry.ops.eblu.me/blumeops/valkey newTag: v8.1.7-ecded30-nix