Skip to content

Commit 6a83e40

Browse files
committed
fix: bump chart version and regenerate helm docs
- Bump operator chart version - Regenerate helm docs to include kagentIntegration values This fixes CI failures for chart version bump and helm-docs pre-commit hook.
1 parent 70db06a commit 6a83e40

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

deploy/charts/operator/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
33
description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
44
type: application
5-
version: 0.2.18
5+
version: 0.2.19
66
appVersion: "0.3.5"

deploy/charts/operator/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
# ToolHive Operator Helm Chart
32

4-
![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square)
3+
![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square)
54
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
65

76
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -50,8 +49,10 @@ The command removes all the Kubernetes components associated with the chart and
5049
## Values
5150

5251
| Key | Type | Default | Description |
53-
|-----|-------------|------|---------|
52+
|-----|------|---------|-------------|
5453
| fullnameOverride | string | `"toolhive-operator"` | Provide a fully-qualified name override for resources |
54+
| kagentIntegration | object | `{"enabled":false}` | Kagent integration configuration |
55+
| kagentIntegration.enabled | bool | `false` | Enable kagent integration to create kagent MCPServer resources |
5556
| nameOverride | string | `""` | Override the name of the chart |
5657
| operator | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000},"env":{},"features":{"experimental":false},"image":"ghcr.io/stacklok/toolhive/operator:v0.3.5","imagePullPolicy":"IfNotPresent","imagePullSecrets":[],"leaderElectionRole":{"binding":{"name":"toolhive-operator-leader-election-rolebinding"},"name":"toolhive-operator-leader-election-role","rules":[{"apiGroups":[""],"resources":["configmaps"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":["coordination.k8s.io"],"resources":["leases"],"verbs":["get","list","watch","create","update","patch","delete"]},{"apiGroups":[""],"resources":["events"],"verbs":["create","patch"]}]},"livenessProbe":{"httpGet":{"path":"/healthz","port":"health"},"initialDelaySeconds":15,"periodSeconds":20},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"podSecurityContext":{"runAsNonRoot":true},"ports":[{"containerPort":8080,"name":"metrics","protocol":"TCP"},{"containerPort":8081,"name":"health","protocol":"TCP"}],"proxyHost":"0.0.0.0","rbac":{"allowedNamespaces":[],"scope":"cluster"},"readinessProbe":{"httpGet":{"path":"/readyz","port":"health"},"initialDelaySeconds":5,"periodSeconds":10},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"10m","memory":"64Mi"}},"serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"create":true,"labels":{},"name":"toolhive-operator"},"tolerations":[],"toolhiveRunnerImage":"ghcr.io/stacklok/toolhive/proxyrunner:v0.3.5","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
5758
| operator.affinity | object | `{}` | Affinity settings for the operator pod |

0 commit comments

Comments
 (0)