Skip to content

Commit d80d678

Browse files
authored
Run task operator-manifests (#2334)
* Run `task operator-manifests` This was missing and was breaking CI. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com> * chart bump Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com> --------- Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 398e5bf commit d80d678

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

deploy/charts/operator-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: toolhive-operator-crds
33
description: A Helm chart for installing the ToolHive Operator CRDs into Kubernetes.
44
type: application
5-
version: 0.0.45
5+
version: 0.0.46
66
appVersion: "0.0.1"

deploy/charts/operator-crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
A Helm chart for installing the ToolHive Operator CRDs into Kubernetes.

deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpservers.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)