Major artwork overhaul: per-disc cover art, rebuilt search engine (SQLite FTS5), server-managed transcoding, WebP encoding with performance fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
303 B
YAML
14 lines
303 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: navidrome
|
|
resources:
|
|
- pv-nfs.yaml
|
|
- pvc-music.yaml
|
|
- pvc-data.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/navidrome
|
|
newTag: v0.61.1-d54f6e8
|