We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c4ecb commit 0048743Copy full SHA for 0048743
charts/runtime-api/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: runtime-api
3
description: A Helm chart for the Flask application
4
-version: 0.1.18 # Change this to trigger a new helm chart version being published
+version: 0.1.19 # Change this to trigger a new helm chart version being published
5
appVersion: "1.0.0"
6
dependencies:
7
- name: postgresql
charts/runtime-api/values.yaml
@@ -4,7 +4,7 @@ fullnameOverride: ""
replicaCount: 1
image:
- repository: ghcr.io/all-hands-ai/runtime-api
+ repository: ghcr.io/openhands/runtime-api
8
tag: sha-0c907c9
9
pullPolicy: Always
10
0 commit comments