The Dagger Python SDK's OTLP metrics exporter hits a non-functional
local endpoint (500s), burning ~9s per retry cycle. Set
OTEL_METRICS_EXPORTER=none in the build-dagger CI job.
Also update navidrome kustomization to the main-SHA tag (c86b5d7).
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-c86b5d7
|