diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 82862f8..205e474 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.61 +version: 0.2.62 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gateway/README.md b/charts/gateway/README.md index ad70603..f8f8978 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -234,7 +234,7 @@ The command removes all the Kubernetes components associated with the chart and | openapiToMcp.enabled | bool | `false` | Enable or disable the OpenAPI-to-MCP sidecar. Required when using the `openapi-to-mcp` or `mcp-tools-acl` plugins. The container runs alongside the gateway in the same pod and is reached on 127.0.0.1. | | openapiToMcp.image.pullPolicy | string | `"IfNotPresent"` | OpenAPI-to-MCP image pull policy | | openapiToMcp.image.repository | string | `"api7/openapi-to-mcp"` | OpenAPI-to-MCP image repository | -| openapiToMcp.image.tag | string | `"1.0.0"` | OpenAPI-to-MCP image tag | +| openapiToMcp.image.tag | string | `"1.0.1"` | OpenAPI-to-MCP image tag | | openapiToMcp.port | int | `3000` | Port that the sidecar listens on. Must match the `port` configured under `plugin_attr.openapi-to-mcp` in the gateway config (defaults to 3000). | | openapiToMcp.resources | object | `{}` | Resources for the OpenAPI-to-MCP sidecar container. | | pluginAttrs | object | `{}` | Set APISIX plugin attributes, see [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376) for more details | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index dad9324..bf9232f 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -689,7 +689,7 @@ openapiToMcp: # -- OpenAPI-to-MCP image repository repository: api7/openapi-to-mcp # -- OpenAPI-to-MCP image tag - tag: 1.0.0 + tag: 1.0.1 # -- OpenAPI-to-MCP image pull policy pullPolicy: IfNotPresent # -- Port that the sidecar listens on. Must match the `port` configured under