Skip to content

Commit 28347b2

Browse files
committed
Update chart docs
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 0d6af89 commit 28347b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP Gateway Stack – Helm Chart
22

3-
Deploy the full **MCP Gateway Stack**MCP Context Forge gateway, PostgreSQL, Redis, and optional PgAdmin & Redis‑Commander UIson 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).
44

55
---
66

@@ -128,7 +128,7 @@ Below is a minimal example. Copy the default file and adjust for your environmen
128128
mcpContextForge:
129129
image:
130130
repository: ghcr.io/ibm/mcp-context-forge
131-
tag: v1.0.0
131+
tag: 0.2.0
132132
ingress:
133133
enabled: true
134134
host: gateway.local # replace with real DNS
@@ -201,14 +201,14 @@ kubectl delete namespace mcp
201201
helm lint .
202202
helm package . -d dist/
203203

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
206206
```
207207

208208
Use the OCI URL below in Argo CD or Flux:
209209

210210
```
211-
oci://ghcr.io/<your-org>/charts/mcp-stack
211+
oci://ghcr.io/ibm/mcp-context-forge
212212
```
213213

214214
---
@@ -260,4 +260,4 @@ For every setting see the [full annotated `values.yaml`](https://github.com/IBM/
260260
1. Fork the repo and create a feature branch.
261261
2. Update templates or `values.yaml`.
262262
3. Test with `helm lint` and `helm template`.
263-
4. Open a pull requestthank you!
263+
4. Open a pull request-thank you!

0 commit comments

Comments
 (0)