Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/automation/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/automation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ securityContext:
runAsGroup: 42420
runAsNonRoot: true

nodeSelector: {}

serviceAccount:
create: true
name: automation-sa
Expand Down
9 changes: 6 additions & 3 deletions charts/openhands/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies:
version: 1.9.0
- name: runtime-api
repository: oci://ghcr.io/all-hands-ai/helm-charts
version: 0.1.24
digest: sha256:bca3722cdd4840a4557955ea2b80e38991cc2d0a0211855a791cf98e37410e45
generated: "2026-03-18T00:28:58.972983917-04:00"
version: 0.2.6
- name: automation
repository: oci://ghcr.io/all-hands-ai/helm-charts
version: 0.1.0
digest: sha256:dc1880ba67340cc3fd4e75f857e4988234876fe5eeca708f53e7a56c31c0c941
generated: "2026-04-07T11:51:48.122192343Z"
4 changes: 4 additions & 0 deletions charts/openhands/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/gitlab-webhook-verify-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/integration-events-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/maintenance-tasks-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: Never
{{- with .Values.imagePullSecrets }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/mcp-events-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/proactive-convo-clean-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down
4 changes: 4 additions & 0 deletions charts/openhands/templates/resend-sync-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down
2 changes: 2 additions & 0 deletions charts/openhands/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ securityContext:
fsGroupChangePolicy: Always
runAsNonRoot: true

nodeSelector: {}

env:
DISABLE_WAITLIST: "true"
SANDBOX_REMOTE_RUNTIME_API_TIMEOUT: "60"
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/cleanup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/create-db-user-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: create-user
image: postgres:14
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/db-cleanup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/pod-status-logger-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/test-keys-cleanup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
template:
spec:
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/runtime-api/templates/warm-runtimes-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
serviceAccountName: {{ .Values.serviceAccount.name }}
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down
31 changes: 31 additions & 0 deletions replicated/openhands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,35 @@ spec:
imagePullSecrets:
- name: '{{repl ImagePullSecretName }}'

nodeSelector:
kots.io/embedded-cluster-role-0: controller

automation:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

postgresql:
primary:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

redis:
master:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

minio:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

keycloak:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

litellm-helm:
nodeSelector:
kots.io/embedded-cluster-role-0: controller

env:
LITELLM_DEFAULT_MODEL: 'litellm_proxy/claude-sonnet-4-5-20250929'
LLM_BASE_URL: "http://openhands-litellm:4000"
Expand Down Expand Up @@ -150,6 +179,8 @@ spec:
replicaCount: 1
autoscaling:
enabled: false
nodeSelector:
kots.io/embedded-cluster-role-0: controller
image:
repository: 'images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/runtime-api'
imagePullSecrets:
Expand Down