From bafbe7972dc17026795cb89f610ebcec30371cdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:29:23 +0800 Subject: [PATCH] Update CRD file in the helm folder (#2392) Co-authored-by: CH3CHO <2909796+CH3CHO@users.noreply.github.com> --- .../crds/customresourcedefinitions.gen.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/helm/core/crds/customresourcedefinitions.gen.yaml b/helm/core/crds/customresourcedefinitions.gen.yaml index de7e1b934..8e310a7fe 100644 --- a/helm/core/crds/customresourcedefinitions.gen.yaml +++ b/helm/core/crds/customresourcedefinitions.gen.yaml @@ -250,6 +250,10 @@ spec: registries: items: properties: + allowMcpServers: + items: + type: string + type: array authSecretName: type: string consulDatacenter: @@ -263,6 +267,25 @@ spec: type: string domain: type: string + enableMCPServer: + type: boolean + enableScopeMcpServers: + type: boolean + mcpServerBaseUrl: + type: string + mcpServerExportDomains: + items: + type: string + type: array + metadata: + additionalProperties: + properties: + innerMap: + additionalProperties: + type: string + type: object + type: object + type: object nacosAccessKey: type: string nacosAddressServer: