From a7799dbb16c715e578b80d2a9b7f4f0b183e6e81 Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Sat, 21 Feb 2026 16:25:45 +0000 Subject: [PATCH] hotfix: disable GitHub MCP sidecar - image doesn't exist The GitHub MCP server has been archived and moved to servers-archived repo. There is no Docker image available at ghcr.io/modelcontextprotocol/servers/github. Disabling by default to prevent ImagePullBackOff errors. TODO: Either build custom image from archived source or find alternative. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index d3e4139..adc1a17 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -109,7 +109,7 @@ mcpSidecars: memory: "256Mi" cpu: "500m" github: - enabled: true # Enabled by default, uses GITHUB_TOKEN from env + enabled: false # DISABLED: GitHub MCP server has been archived, image doesn't exist image: repository: ghcr.io/modelcontextprotocol/servers/github tag: latest # Update to specific version once available