|
1 | 1 | # MCP Gateway Stack – Helm Chart
|
2 | 2 |
|
3 |
| -Deploy the full **MCP Gateway Stack**—MCP Context Forge gateway, PostgreSQL, Redis, and optional PgAdmin & Redis‑Commander UIs—on any Kubernetes distribution with a single Helm release. The chart lives in [`charts/mcp-stack`](https://github.com/IBM/mcp-context-forge/tree/main/charts/mcp-stack). |
| 3 | +Deploy the full **MCP Gateway Stack**-MCP Context Forge gateway, PostgreSQL, Redis, and optional PgAdmin & Redis‑Commander UIs-on any Kubernetes distribution with a single Helm release. The chart lives in [`charts/mcp-stack`](https://github.com/IBM/mcp-context-forge/tree/main/charts/mcp-stack). |
4 | 4 |
|
5 | 5 | ---
|
6 | 6 |
|
@@ -128,7 +128,7 @@ Below is a minimal example. Copy the default file and adjust for your environmen
|
128 | 128 | mcpContextForge:
|
129 | 129 | image:
|
130 | 130 | repository: ghcr.io/ibm/mcp-context-forge
|
131 |
| - tag: v1.0.0 |
| 131 | + tag: 0.2.0 |
132 | 132 | ingress:
|
133 | 133 | enabled: true
|
134 | 134 | host: gateway.local # replace with real DNS
|
@@ -201,14 +201,14 @@ kubectl delete namespace mcp
|
201 | 201 | helm lint .
|
202 | 202 | helm package . -d dist/
|
203 | 203 |
|
204 |
| -# Push the package to GitHub Container Registry |
205 |
| -helm push dist/mcp-stack-*.tgz oci://ghcr.io/<your-org>/charts |
| 204 | +# Push the package to GitHub Container Registry (only for mcp-context-forge release managers!) |
| 205 | +helm push dist/mcp-stack-*.tgz oci://ghcr.io/ibm/mcp-context-forge |
206 | 206 | ```
|
207 | 207 |
|
208 | 208 | Use the OCI URL below in Argo CD or Flux:
|
209 | 209 |
|
210 | 210 | ```
|
211 |
| -oci://ghcr.io/<your-org>/charts/mcp-stack |
| 211 | +oci://ghcr.io/ibm/mcp-context-forge |
212 | 212 | ```
|
213 | 213 |
|
214 | 214 | ---
|
@@ -260,4 +260,4 @@ For every setting see the [full annotated `values.yaml`](https://github.com/IBM/
|
260 | 260 | 1. Fork the repo and create a feature branch.
|
261 | 261 | 2. Update templates or `values.yaml`.
|
262 | 262 | 3. Test with `helm lint` and `helm template`.
|
263 |
| -4. Open a pull request—thank you! |
| 263 | +4. Open a pull request-thank you! |
0 commit comments