Routine post-merge follow-up after #346. Branch SHA tag (946fa75) replaced with the main-SHA-built tag (fabca04) so paperless and immich reference an image traceable to a commit on main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
418 B
YAML
19 lines
418 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
|
|
- name: docker.io/library/redis
|
|
newName: registry.ops.eblu.me/blumeops/valkey
|
|
newTag: v8.1.6-r0-fabca04
|