apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: immich resources: - deployment-server.yaml - deployment-ml.yaml - deployment-valkey.yaml - service.yaml - service-ml.yaml - service-valkey.yaml - pvc-ml-cache.yaml - pv-nfs.yaml - pvc.yaml - ingress-tailscale.yaml images: - name: ghcr.io/immich-app/immich-server newTag: v2.6.3 - name: ghcr.io/immich-app/immich-machine-learning # CUDA variant of the same release — ringtail has an RTX 4080 newTag: v2.6.3-cuda # amd64 valkey built via nix on the ringtail nix-container-builder # (see containers/valkey/default.nix). The Alpine container.py build # is arm64-only and serves paperless on indri. - name: docker.io/valkey/valkey newName: registry.ops.eblu.me/blumeops/valkey newTag: v8.1.7-02859c5-nix