Skip to content

Commit 7f5bdfc

Browse files
committed
chore(metamcp): bump image tag to 2.4.22
1 parent e019c67 commit 7f5bdfc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/metamcp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: metamcp
33
description: MetaMCP aggregator Helm chart for Kubernetes
44
type: application
5-
version: 0.2.0
6-
appVersion: "latest"
5+
version: 0.2.1
6+
appVersion: "2.4.22"
77
icon: https://icoretech.github.io/helm/charts/metamcp/logo.png
88
keywords:
99
- mcp

charts/metamcp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ provision:
9191
- name: lab
9292
namespace: lab
9393
description: "Public lab endpoint"
94+
transport: SSE
9495
# Optional auth controls (match UI):
9596
enableApiKeyAuth: true
9697
useQueryParamAuth: false
@@ -209,7 +210,7 @@ provision:
209210
| gatewayAPI.mapBackendPaths | bool | `true` | |
210211
| image.pullPolicy | string | `"IfNotPresent"` | |
211212
| image.repository | string | `"ghcr.io/metatool-ai/metamcp"` | |
212-
| image.tag | string | `"latest"` | |
213+
| image.tag | string | `"2.4.22"` | |
213214
| imagePullSecrets | list | `[]` | |
214215
| ingress.annotations | object | `{}` | |
215216
| ingress.className | string | `""` | |
@@ -235,7 +236,9 @@ provision:
235236
| provision.enabled | bool | `false` | |
236237
| provision.endpoints | list | `[]` | |
237238
| provision.namespaces | list | `[]` | |
239+
| provision.runOnUpgrade | bool | `true` | |
238240
| provision.servers | list | `[]` | |
241+
| provision.updateExisting | bool | `true` | |
239242
| replicaCount | int | `1` | |
240243
| resources | object | `{}` | |
241244
| securityContext | object | `{}` | |
@@ -272,10 +275,7 @@ provision:
272275
# Plain env (non-secret)
273276
env:
274277
LOG_LEVEL: debug
275-
# Secret-backed env for STDIO: use envFrom
276-
# The provision Job reads Secret/figma-mcp-env and injects all key/values
277-
# into the MetaMCP server config (not into a Pod), so the STDIO process
278-
# sees them when MetaMCP launches it.
278+
# Secret-backed env for STDIO: use envFrom to pull all keys from a Secret/ConfigMap
279279
envFrom:
280280
- secretRef:
281281
name: figma-mcp-env

charts/metamcp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: ghcr.io/metatool-ai/metamcp
99
pullPolicy: IfNotPresent
10-
tag: latest
10+
tag: 2.4.22
1111

1212
imagePullSecrets: []
1313
nameOverride: ""

0 commit comments

Comments
 (0)