Skip to content

Commit 2f4cffe

Browse files
committed
Fix image name and script path
1 parent 0c0dcee commit 2f4cffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/flux-image-gen/ci/test-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ api:
88
commandOverride:
99
- fastapi
1010
- dev
11-
- stackhpc-app/api_server.py
11+
- api_server.py
1212
- --host
1313
- "0.0.0.0"

charts/flux-image-gen/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ examplePrompt: |
1111
1212
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
1313
image:
14-
repository: ghcr.io/stackhpc/flux-image-model-inference
14+
repository: ghcr.io/stackhpc/azimuth-llm-flux-image-gen-ui
1515
# This sets the pull policy for images.
1616
pullPolicy: IfNotPresent
1717
# Overrides the image tag whose default is the chart appVersion.

0 commit comments

Comments
 (0)