Skip to content

Commit 9ced40e

Browse files
committed
Update e2e test with new image tag format
1 parent 1d8b9ac commit 9ced40e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/azimuth-llm/templates/test/end-to-end.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ spec:
1010
spec:
1111
containers:
1212
- name: gradio-client-test
13-
image: ghcr.io/stackhpc/azimuth-llm-chat-interface:{{ .Values.ui.image.version }}
13+
{{- /*
14+
Use the chat image since we know this contains the gradio_client package
15+
*/}}
16+
image: {{ printf "ghcr.io/stackhpc/azimuth-llm-chat-ui:%s" (default .Chart.AppVersion .Values.ui.image.tag) }}
1417
imagePullPolicy: IfNotPresent
1518
command:
1619
- python

0 commit comments

Comments
 (0)