Skip to content

Commit 0048743

Browse files
chore: release of 0.1.19 runtime-api chart to point to new openhands org instead of all-hands-ai (#237)
1 parent 04c4ecb commit 0048743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 Flask application
4-
version: 0.1.18 # Change this to trigger a new helm chart version being published
4+
version: 0.1.19 # 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fullnameOverride: ""
44
replicaCount: 1
55

66
image:
7-
repository: ghcr.io/all-hands-ai/runtime-api
7+
repository: ghcr.io/openhands/runtime-api
88
tag: sha-0c907c9
99
pullPolicy: Always
1010

0 commit comments

Comments
 (0)