- immich-ringtail: docker.io/valkey/valkey:8.1.6 → registry.ops.eblu.me/blumeops/valkey:v8.1.7-02859c5-nix (nix-built amd64 from containers/valkey/default.nix on ringtail's nix-container-builder). - paperless: v8.1.6-r0-fabca04 → v8.1.7-02859c5 (Alpine arm64 from the updated container.py, valkey package bumped to 8.1.7-r0). Both built by build-container workflow run #563. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
831 B
YAML
29 lines
831 B
YAML
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
|