@@ -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
0 commit comments