Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion charts/automation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: automation
description: OpenHands Automations Service — scheduled and event-driven automation execution
type: application
version: 0.1.10
version: 0.1.11
appVersion: "0.1.0"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/automation/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/openhands/automation
tag: sha-c58faa1
tag: sha-3a35409

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/image-loader/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: image-loader
description: A Helm chart for loading images on nodes using a DaemonSet with configurable runtime class
version: 0.1.6
version: 0.1.7
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/image-loader/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/openhands/agent-server
tag: 1.22.1-python
tag: 1.23.1-python
pullPolicy: Always

runtimeClass: sysbox-runc
Expand Down
8 changes: 4 additions & 4 deletions charts/openhands/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies:
version: 1.9.0
- name: runtime-api
repository: oci://ghcr.io/openhands/helm-charts
version: 0.3.5
version: 0.3.6
- name: automation
repository: oci://ghcr.io/openhands/helm-charts
version: 0.1.10
version: 0.1.11
- name: crd-check
repository: oci://ghcr.io/openhands/helm-charts
version: 0.1.0
Expand All @@ -35,5 +35,5 @@ dependencies:
- name: integrations-hub
repository: oci://ghcr.io/openhands/helm-charts
version: 0.1.0
digest: sha256:1f4476080a68f1cd331046e59f312836700958ac2a23bf95a6368abf28656712
generated: "2026-05-27T10:30:34.584689-04:00"
digest: sha256:3aa58e62234135be9e589ecd5ea5ac975586d2d5cd944378d6c5136b2427f03c
generated: "2026-06-02T19:50:58.928102Z"
8 changes: 4 additions & 4 deletions charts/openhands/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: OpenHands is an AI-driven autonomous software engineer
name: openhands
appVersion: cloud-1.34.0
version: 0.7.36
appVersion: cloud-1.37.1
Comment thread
aivong-openhands marked this conversation as resolved.
Outdated
version: 0.7.37
maintainers:
- name: rbren
- name: xingyao
Expand Down Expand Up @@ -38,11 +38,11 @@ dependencies:
condition: replicated.enabled
- name: runtime-api
repository: oci://ghcr.io/openhands/helm-charts
version: 0.3.5
version: 0.3.6
condition: runtime-api.enabled
- name: automation
repository: oci://ghcr.io/openhands/helm-charts
version: 0.1.10
version: 0.1.11
condition: automation.enabled
- name: crd-check
repository: oci://ghcr.io/openhands/helm-charts
Expand Down
6 changes: 3 additions & 3 deletions charts/openhands/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ gitlabWebhookInstallation:

image:
repository: ghcr.io/openhands/enterprise-server
tag: cloud-1.34.0
tag: cloud-1.37.1
Comment thread
aivong-openhands marked this conversation as resolved.
Outdated

ingress:
enabled: false
Expand Down Expand Up @@ -237,7 +237,7 @@ resendSync:
runtime:
image:
repository: ghcr.io/openhands/agent-server
tag: 1.22.1-python
tag: 1.23.1-python

sandbox:
# REQUIRED: Update so this matches what you have set in the runtime api ingress
Expand Down Expand Up @@ -621,7 +621,7 @@ runtime-api:
count: 1
configs:
- name: default
image: "ghcr.io/openhands/agent-server:1.22.1-python"
image: "ghcr.io/openhands/agent-server:1.23.1-python"
working_dir: "/workspace"
environment:
LOG_JSON: "1"
Expand Down
2 changes: 1 addition & 1 deletion charts/runtime-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: runtime-api
description: A Helm chart for the FastAPI application
version: 0.3.5 # Change this to trigger a new helm chart version being published
version: 0.3.6 # Change this to trigger a new helm chart version being published
appVersion: "1.0.0"
dependencies:
- name: postgresql
Expand Down
4 changes: 2 additions & 2 deletions charts/runtime-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ databaseMigrations:

image:
repository: ghcr.io/openhands/runtime-api
tag: sha-3603c38
tag: sha-f74dce0
pullPolicy: Always

imagePullSecrets:
Expand Down Expand Up @@ -218,7 +218,7 @@ warmRuntimes:
count: 0
configs:
- name: default
image: "ghcr.io/openhands/agent-server:1.22.1-python"
image: "ghcr.io/openhands/agent-server:1.23.1-python"
working_dir: "/workspace"
environment:
LOG_JSON: "1"
Expand Down
4 changes: 2 additions & 2 deletions replicated/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,9 @@ spec:
required: true
- name: custom_sandbox_image_tag
title: Sandbox Image Tag
help_text: Image tag, e.g. 1.21.1-python
help_text: Image tag, e.g. 1.23.1-python
type: text
default: "1.21.1-python"
default: "1.23.1-python"
when: 'repl{{ ConfigOptionEquals "custom_sandbox_image_enabled" "1" }}'
required: true
- name: custom_sandbox_image_registry_server
Expand Down
8 changes: 4 additions & 4 deletions replicated/openhands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
# takes over — both for new sandboxes (via AGENT_SERVER_IMAGE_*
# env on the openhands server) and for the warm pool below.
repository: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server{{repl end}}'
tag: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}1.21.1-python{{repl end}}'
tag: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}1.23.1-python{{repl end}}'

keycloak:
enabled: true
Expand Down Expand Up @@ -259,7 +259,7 @@ spec:
count: repl{{ ConfigOption "sandbox_warm_runtime_count" }}
configs:
- name: default
image: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}:{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server:1.22.1-python{{repl end}}'
image: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}:{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server:1.23.1-python{{repl end}}'
working_dir: "/workspace"
environment:
LOG_JSON: "1"
Expand Down Expand Up @@ -512,11 +512,11 @@ spec:
runtime:
image:
repository: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server'
tag: '1.22.1-python'
tag: '1.23.1-python'
Comment thread
aivong-openhands marked this conversation as resolved.
warmRuntimes:
configs:
- name: default
image: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server:1.22.1-python'
image: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server:1.23.1-python'
working_dir: "/workspace"
environment:
LOG_JSON: "1"
Expand Down
Loading