Skip to content
Draft
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: 2 additions & 2 deletions charts/openhands/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: OpenHands is an AI-driven autonomous software engineer
name: openhands
appVersion: cloud-1.25.1
version: 0.7.6
version: 0.7.7
maintainers:
- name: rbren
- name: xingyao
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
condition: replicated.enabled
- name: runtime-api
repository: oci://ghcr.io/all-hands-ai/helm-charts
version: 0.3.1
version: 0.3.2
condition: runtime-api.enabled
- name: automation
repository: oci://ghcr.io/all-hands-ai/helm-charts
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.1 # Change this to trigger a new helm chart version being published
version: 0.3.2 # Change this to trigger a new helm chart version being published
appVersion: "1.0.0"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion 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-b0514a7
tag: sha-ab08469
pullPolicy: Always

imagePullSecrets:
Expand Down
2 changes: 1 addition & 1 deletion replicated/openhands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
RUNTIME_IMAGE_PULL_SECRETS: '{{repl ImagePullSecretName }}'
STORAGE_CLASS: "openebs-hostpath"
INGRESS_CLASS: "traefik"
RUNTIME_CLASS: ""
RUNTIME_CLASS: "sysbox-runc"
RUNTIME_DISABLE_SSL: "false"
PERSISTENT_STORAGE_SIZE: 'repl{{ ConfigOption "sandbox_storage_size" }}'
MEMORY_REQUEST: 'repl{{ ConfigOption "sandbox_memory_request" }}'
Expand Down
Loading
Loading