Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions charts/automation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v2
name: automation
description: OpenHands Automations Service — scheduled and event-driven automation execution
description: OpenHands Automations Service — scheduled and event-driven
Comment thread
aivong-openhands marked this conversation as resolved.
Outdated
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
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
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