diff --git a/.forgejo/workflows/build-container.yaml b/.forgejo/workflows/build-container.yaml index efa9007..fe6b000 100644 --- a/.forgejo/workflows/build-container.yaml +++ b/.forgejo/workflows/build-container.yaml @@ -73,6 +73,10 @@ jobs: needs: detect if: needs.detect.outputs.dagger != '[]' runs-on: k8s + env: + # Disable Python SDK OTLP metrics exporter — the Dagger engine's local + # OTLP endpoint returns 500s, causing ~9s retry cycles per minute. + OTEL_METRICS_EXPORTER: none strategy: matrix: container: ${{ fromJson(needs.detect.outputs.dagger) }} diff --git a/argocd/manifests/navidrome/kustomization.yaml b/argocd/manifests/navidrome/kustomization.yaml index 7e4665b..a2914f5 100644 --- a/argocd/manifests/navidrome/kustomization.yaml +++ b/argocd/manifests/navidrome/kustomization.yaml @@ -11,4 +11,4 @@ resources: - ingress-tailscale.yaml images: - name: registry.ops.eblu.me/blumeops/navidrome - newTag: v0.61.1-470b4bd + newTag: v0.61.1-c86b5d7