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.
@@ -52,7 +52,7 @@ The command removes all the Kubernetes components associated with the chart and
52
52
|-----|-------------|------|---------|
53
53
| fullnameOverride | string |`"toolhive-operator"`| Provide a fully-qualified name override for resources |
54
54
| nameOverride | string |`""`| Override the name of the chart |
55
-
| 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.6","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.6","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
55
+
| 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.9","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.9","volumeMounts":[],"volumes":[]}` | All values for the operator deployment and associated resources |
56
56
| operator.affinity | object |`{}`| Affinity settings for the operator pod |
57
57
| operator.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Configuration for horizontal pod autoscaling |
58
58
| operator.autoscaling.enabled | bool |`false`| Enable autoscaling for the operator |
@@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and
64
64
| operator.gc | object |`{"gogc":75,"gomeglimit":"150MiB"}`| Go memory limits and garbage collection percentage for the operator container |
65
65
| operator.gc.gogc | int |`75`| Go garbage collection percentage for the operator container |
66
66
| operator.gc.gomeglimit | string |`"150MiB"`| Go memory limits for the operator container |
67
-
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.6.6"`| Container image for the operator |
67
+
| operator.image | string |`"ghcr.io/stacklok/toolhive/operator:v0.6.9"`| Container image for the operator |
68
68
| operator.imagePullPolicy | string |`"IfNotPresent"`| Image pull policy for the operator container |
69
69
| operator.imagePullSecrets | list |`[]`| List of image pull secrets to use |
70
70
| 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 |
@@ -91,11 +91,11 @@ The command removes all the Kubernetes components associated with the chart and
91
91
| operator.serviceAccount.labels | object |`{}`| Labels to add to the service account |
92
92
| 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. |
93
93
| operator.tolerations | list |`[]`| Tolerations for the operator pod |
94
-
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.6.6"`| Image to use for Toolhive runners |
94
+
| operator.toolhiveRunnerImage | string |`"ghcr.io/stacklok/toolhive/proxyrunner:v0.6.9"`| Image to use for Toolhive runners |
95
95
| operator.volumeMounts | list |`[]`| Additional volume mounts on the operator container |
96
96
| operator.volumes | list |`[]`| Additional volumes to mount on the operator pod |
97
-
| registryAPI | object |`{"image":"ghcr.io/stacklok/thv-registry-api:v0.2.0","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}`| All values for the registry API deployment and associated resources |
98
-
| registryAPI.image | string |`"ghcr.io/stacklok/thv-registry-api:v0.2.0"`| Container image for the registry API |
97
+
| registryAPI | object |`{"image":"ghcr.io/stacklok/thv-registry-api:v0.3.1","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}`| All values for the registry API deployment and associated resources |
98
+
| registryAPI.image | string |`"ghcr.io/stacklok/thv-registry-api:v0.3.1"`| Container image for the registry API |
99
99
| registryAPI.serviceAccount | object |`{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}`| Service account configuration for the registry API |
100
100
| registryAPI.serviceAccount.annotations | object |`{}`| Annotations to add to the registry API service account |
101
101
| registryAPI.serviceAccount.automountServiceAccountToken | bool |`true`| Automatically mount a ServiceAccount's API credentials |
0 commit comments