Commit 6c8f09c
fix(manifests): wire and correct MCP sidecar image name in mpp-openshift overlay (#1273)
## Summary
- Wires the `ambient-mcp` sidecar into the mpp-openshift control-plane
deployment (`MCP_IMAGE` + `MCP_API_SERVER_URL` env vars)
- Corrects the MCP sidecar image name from `vteam_ambient_mcp`
(non-existent) to `vteam_mcp` (the actual Quay repo)
- Adds `vteam_mcp` to the kustomize image override block
- Downgrades SSE tap yield-event log from INFO to DEBUG to reduce log
noise
Fixes `ImagePullBackOff` on runner pods in mpp-openshift caused by the
wrong image name.
## Test plan
- [ ] Deploy mpp-openshift overlay and confirm runner pods start without
`ImagePullBackOff`
- [ ] Confirm MCP sidecar container is present in runner pod spec
- [ ] Confirm `MCP_IMAGE=quay.io/ambient_code/vteam_mcp:latest` in
control-plane deployment env
🤖 Generated with [Claude Code](https://claude.ai/code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
* **Chores**
* Updated container image configuration for the ambient control plane
deployment.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude <noreply@anthropic.com>1 parent e937d0b commit 6c8f09c
File tree
2 files changed
+2
-2
lines changed- components/manifests/overlays/mpp-openshift
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
0 commit comments