Skip to content

Commit c6cd511

Browse files
committed
Bug fixes
1 parent 671f0c2 commit c6cd511

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

chart/ci/web-apps-only-values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
api:
22
enabled: false
33
ui:
4-
image:
5-
repository: ghcr.io/stackhpc/azimuth-llm-chat-interface
6-
version: latest
7-
imagePullPolicy: Never
84
service:
95
zenith:
106
enabled: false

chart/templates/test/end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: gradio-client-test
13-
image: ghcr.io/stackhpc/azimuth-llm-chat-interface
13+
image: ghcr.io/stackhpc/azimuth-llm-chat-interface:{{ .Values.ui.image.version }}
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- python

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ui:
100100
- Arial
101101
# Container image config
102102
image:
103-
repository: azimuth-llm-chat-interface
103+
repository: ghcr.io/stackhpc/azimuth-llm-chat-interface
104104
version: 87a0342
105105
imagePullPolicy:
106106
# Service config

0 commit comments

Comments
 (0)