Skip to content

Commit

Permalink
Fix image name and script path
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 12, 2024
1 parent 0c0dcee commit 2f4cffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/flux-image-gen/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ api:
commandOverride:
- fastapi
- dev
- stackhpc-app/api_server.py
- api_server.py
- --host
- "0.0.0.0"
2 changes: 1 addition & 1 deletion charts/flux-image-gen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ examplePrompt: |
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image:
repository: ghcr.io/stackhpc/flux-image-model-inference
repository: ghcr.io/stackhpc/azimuth-llm-flux-image-gen-ui
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit 2f4cffe

Please sign in to comment.