blumeops/argocd/manifests/paperless/kustomization.yaml
Erich Blume 919ad04e30 Pin paperless and redis image tags from registry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 17:34:17 -07:00

21 lines
568 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-42f6299
# TODO: borrowing authentik-redis image — consider building a generic
# blumeops/redis container if more services need Redis sidecars
- name: docker.io/library/redis
newName: registry.ops.eblu.me/blumeops/authentik-redis
newTag: v8.2.3-fd0bebb-nix