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
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart and
47
47
|-----|-------------|------|---------|
48
48
| fullnameOverride | string |`"toolhive-operator"`| Provide a fully-qualified name override for resources |
49
49
| nameOverride | string |`""`| Override the name of the chart |
50
-
| 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.0","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.0","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
50
+
| 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.1","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.1","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
51
51
| operator.affinity | object |`{}`| Affinity settings for the operator pod |
52
52
| operator.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Configuration for horizontal pod autoscaling |
53
53
| operator.autoscaling.enabled | bool |`false`| Enable autoscaling for the operator |
@@ -56,7 +56,7 @@ The command removes all the Kubernetes components associated with the chart and
56
56
| operator.autoscaling.targetCPUUtilizationPercentage | int |`80`| Target CPU utilization percentage for autoscaling |
57
57
| operator.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000}`| Container security context settings for the operator |
58
58
| operator.env | object |`{}`| Environment variables to set in the operator container |
59
-
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.2.0"`| Container image for the operator |
59
+
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.2.1"`| Container image for the operator |
60
60
| operator.imagePullPolicy | string |`"IfNotPresent"`| Image pull policy for the operator container |
61
61
| operator.imagePullSecrets | list |`[]`| List of image pull secrets to use |
62
62
| 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 |
@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
83
83
| operator.serviceAccount.labels | object |`{}`| Labels to add to the service account |
84
84
| 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. |
85
85
| operator.tolerations | list |`[]`| Tolerations for the operator pod |
86
-
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.0"`| Image to use for Toolhive runners |
86
+
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.2.1"`| Image to use for Toolhive runners |
87
87
| operator.volumeMounts | list |`[]`| Additional volume mounts on the operator container |
88
88
| operator.volumes | list |`[]`| Additional volumes to mount on the operator pod |
0 commit comments