Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 29, 2024
1 parent 671f0c2 commit c6cd511
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions chart/ci/web-apps-only-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
api:
enabled: false
ui:
image:
repository: ghcr.io/stackhpc/azimuth-llm-chat-interface
version: latest
imagePullPolicy: Never
service:
zenith:
enabled: false
2 changes: 1 addition & 1 deletion chart/templates/test/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: gradio-client-test
image: ghcr.io/stackhpc/azimuth-llm-chat-interface
image: ghcr.io/stackhpc/azimuth-llm-chat-interface:{{ .Values.ui.image.version }}
imagePullPolicy: IfNotPresent
command:
- python
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ui:
- Arial
# Container image config
image:
repository: azimuth-llm-chat-interface
repository: ghcr.io/stackhpc/azimuth-llm-chat-interface
version: 87a0342
imagePullPolicy:
# Service config
Expand Down

0 comments on commit c6cd511

Please sign in to comment.