You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update toolhive images to v0.6.5
* Update Helm chart version and documentation for v0.5.2
- Bump chart version from 0.5.1 to 0.5.2
- Update appVersion from v0.6.2 to v0.6.5
- Regenerate chart documentation with helm-docs
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
* Revert table heading separator format in operator chart README
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
* Restore blank line in operator-crds README
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
* Regenerate operator chart documentation with helm-docs
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
* cleans up docs
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
---------
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -53,7 +53,7 @@ The command removes all the Kubernetes components associated with the chart and
53
53
|-----|-------------|------|---------|
54
54
| fullnameOverride | string |`"toolhive-operator"`| Provide a fully-qualified name override for resources |
55
55
| nameOverride | string |`""`| Override the name of the chart |
56
-
| operator | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"env":{},"features":{"experimental":false},"gc":{"gogc":75,"gomeglimit":"150MiB"},"image":"ghcr.io/stacklok/toolhive/operator:v0.6.2","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.6.2","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
56
+
| operator | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}},"env":{},"features":{"experimental":false},"gc":{"gogc":75,"gomeglimit":"150MiB"},"image":"ghcr.io/stacklok/toolhive/operator:v0.6.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.6.5","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
57
57
| operator.affinity | object |`{}`| Affinity settings for the operator pod |
58
58
| operator.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Configuration for horizontal pod autoscaling |
59
59
| operator.autoscaling.enabled | bool |`false`| Enable autoscaling for the operator |
@@ -65,7 +65,7 @@ The command removes all the Kubernetes components associated with the chart and
65
65
| operator.gc | object |`{"gogc":75,"gomeglimit":"150MiB"}`| Go memory limits and garbage collection percentage for the operator container |
66
66
| operator.gc.gogc | int |`75`| Go garbage collection percentage for the operator container |
67
67
| operator.gc.gomeglimit | string |`"150MiB"`| Go memory limits for the operator container |
68
-
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.6.2"`| Container image for the operator |
68
+
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.6.5"`| Container image for the operator |
69
69
| operator.imagePullPolicy | string |`"IfNotPresent"`| Image pull policy for the operator container |
70
70
| operator.imagePullSecrets | list |`[]`| List of image pull secrets to use |
71
71
| operator.leaderElectionRole | object |`{"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"]}]}`| Leader election role configuration |
@@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and
92
92
| operator.serviceAccount.labels | object |`{}`| Labels to add to the service account |
93
93
| operator.serviceAccount.name | string |`"toolhive-operator"`| The name of the service account to use. If not set and create is true, a name is generated. |
94
94
| operator.tolerations | list |`[]`| Tolerations for the operator pod |
95
-
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.6.2"`| Image to use for Toolhive runners |
95
+
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.6.5"`| Image to use for Toolhive runners |
96
96
| operator.volumeMounts | list |`[]`| Additional volume mounts on the operator container |
97
97
| operator.volumes | list |`[]`| Additional volumes to mount on the operator pod |
98
98
| registryAPI | object |`{"image":"ghcr.io/stacklok/thv-registry-api:v0.1.0","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}`| All values for the registry API deployment and associated resources |
0 commit comments