File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed
deploy/charts/operator-crds Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : toolhive-operator-crds
33description : A Helm chart for installing the ToolHive Operator CRDs into Kubernetes.
44type : application
5- version : 0.0.45
5+ version : 0.0.46
66appVersion : " 0.0.1"
Original file line number Diff line number Diff line change 11
22# ToolHive Operator CRDs Helm Chart
33
4- ![ Version: 0.0.45 ] ( https://img.shields.io/badge/Version-0.0.45 -informational?style=flat-square )
4+ ![ Version: 0.0.46 ] ( https://img.shields.io/badge/Version-0.0.46 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
66
77A Helm chart for installing the ToolHive Operator CRDs into Kubernetes.
Original file line number Diff line number Diff line change @@ -150,12 +150,6 @@ spec:
150150 image :
151151 description : Image is the container image for the MCP server
152152 type : string
153- mcpPort :
154- description : McpPort is the port that MCP server listens to
155- format : int32
156- maximum : 65535
157- minimum : 1
158- type : integer
159153 oidcConfig :
160154 description : OIDCConfig defines OIDC authentication configuration
161155 for the MCP server
@@ -336,9 +330,7 @@ spec:
336330 x-kubernetes-preserve-unknown-fields : true
337331 port :
338332 default : 8080
339- description : |-
340- Port is the port to expose the MCP server on
341- Deprecated: Use ProxyPort instead
333+ description : Port is the port to expose the MCP server on
342334 format : int32
343335 maximum : 65535
344336 minimum : 1
@@ -352,13 +344,6 @@ spec:
352344 - sse
353345 - streamable-http
354346 type : string
355- proxyPort :
356- default : 8080
357- description : ProxyPort is the port to expose the proxy runner on
358- format : int32
359- maximum : 65535
360- minimum : 1
361- type : integer
362347 resourceOverrides :
363348 description : ResourceOverrides allows overriding annotations and labels
364349 for resources created by the operator
@@ -487,9 +472,7 @@ spec:
487472 If not specified, a ServiceAccount will be created automatically and used by the MCP server.
488473 type : string
489474 targetPort :
490- description : |-
491- TargetPort is the port that MCP server listens to
492- Deprecated: Use McpPort instead
475+ description : TargetPort is the port that MCP server listens to
493476 format : int32
494477 maximum : 65535
495478 minimum : 1
You can’t perform that action at this time.
0 commit comments