We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b9ac commit 9ced40eCopy full SHA for 9ced40e
charts/azimuth-llm/templates/test/end-to-end.yml
@@ -10,7 +10,10 @@ spec:
10
spec:
11
containers:
12
- name: gradio-client-test
13
- image: ghcr.io/stackhpc/azimuth-llm-chat-interface:{{ .Values.ui.image.version }}
+ {{- /*
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) }}
17
imagePullPolicy: IfNotPresent
18
command:
19
- python
0 commit comments