Skip to content

Commit 87f6b4e

Browse files
authored
Update runtime-api version (#452)
1 parent 128df7b commit 87f6b4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/runtime-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: runtime-api
33
description: A Helm chart for the FastAPI application
4-
version: 0.1.23 # Change this to trigger a new helm chart version being published
4+
version: 0.1.24 # Change this to trigger a new helm chart version being published
55
appVersion: "1.0.0"
66
dependencies:
77
- name: postgresql

charts/runtime-api/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55

66
image:
77
repository: ghcr.io/openhands/runtime-api
8-
tag: sha-c5193e4
8+
tag: sha-ad2657f
99
pullPolicy: Always
1010

1111
imagePullSecrets:
@@ -162,7 +162,7 @@ warmRuntimes:
162162
count: 0
163163
configs:
164164
- name: default
165-
image: "ghcr.io/openhands/runtime:1.5.0-nikolaik"
165+
image: "ghcr.io/openhands/runtime:3c5023ac021cfc075f2d6b5ff7f345f375bded47-nikolaik"
166166
working_dir: "/openhands/code/"
167167
environment: {}
168168
command:

0 commit comments

Comments
 (0)