* fix: drop bp-langfuse from minimal bootstrap-kit + bp-mimir push_grpc fix
Two independent fixes packaged together:
1. **Drop bp-langfuse** from the SOLO minimal bootstrap-kit. Per
founder direction: langfuse is LLM-specific (prompt/completion
tracing for AI plane), not platform infrastructure, and belongs
to a future 'AI Add-On' template. Its CreateContainerConfigError
on every Sovereign provision (missing langfuse-secrets pre-install)
was eating Phase-1 reconciliation budget without contributing to
handover-ready state. Removed:
- clusters/_template/bootstrap-kit/26-langfuse.yaml
- kustomization.yaml entry
- scripts/expected-bootstrap-deps.yaml slot 26 entry
2. **bp-mimir 1.0.2** — re-enable ingester.push_grpc_method_enabled.
Upstream mimir-distributed 6.0.6 disables Push gRPC when
ingest-storage is off, but classic-mode ingester REQUIRES it.
The combo crashloops with 'cannot disable Push gRPC method in
ingester, while ingest storage (-ingest-storage.enabled) is not
enabled'. Caught live on otech43 with 17 restarts.
Both issues block Phase-1 ready=40/40 from being a clean signal.
Co-authored-by: hatiyildiz <hatiyildiz@openova.io>
* fix(bp-mimir): chart 1.0.2 push_grpc_method_enabled + finalize langfuse drop
Follow-up to previous commit which only captured the file deletion.
This commit applies: bp-mimir 1.0.2 chart bump, kustomization +
expected-deps removal of langfuse, bootstrap-kit version bumps.
Co-authored-by: hatiyildiz <hatiyildiz@openova.io>
---------
Co-authored-by: hatiyildiz <hatiyildiz@openova.io>