Skip to content

Commit 67e3585

Browse files
committed
fix: bump chart version and regenerate helm docs
- Bump operator chart version from 0.2.5 to 0.2.6 - Regenerate helm docs to include kagentIntegration values This fixes CI failures for chart version bump and helm-docs pre-commit hook.
1 parent e438043 commit 67e3585

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.5
5+
version: 0.2.6
66
appVersion: "0.2.8"

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.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square)
3+
![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-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.
@@ -44,8 +43,10 @@ The command removes all the Kubernetes components associated with the chart and
4443
## Values
4544

4645
| Key | Type | Default | Description |
47-
|-----|-------------|------|---------|
46+
|-----|------|---------|-------------|
4847
| fullnameOverride | string | `"toolhive-operator"` | Provide a fully-qualified name override for resources |
48+
| kagentIntegration | object | `{"enabled":false}` | Kagent integration configuration |
49+
| kagentIntegration.enabled | bool | `false` | Enable kagent integration to create kagent MCPServer resources |
4950
| nameOverride | string | `""` | Override the name of the chart |
5051
| 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":{},"image":"ghcr.io/stacklok/toolhive/operator:v0.2.8","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.2.8","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
5152
| operator.affinity | object | `{}` | Affinity settings for the operator pod |

0 commit comments

Comments
 (0)