File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
api :
2
2
enabled : false
3
3
ui :
4
- image :
5
- repository : ghcr.io/stackhpc/azimuth-llm-chat-interface
6
- version : latest
7
- imagePullPolicy : Never
8
4
service :
9
5
zenith :
10
6
enabled : false
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- 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 }}
14
14
imagePullPolicy : IfNotPresent
15
15
command :
16
16
- python
Original file line number Diff line number Diff line change 100
100
- Arial
101
101
# Container image config
102
102
image :
103
- repository : azimuth-llm-chat-interface
103
+ repository : ghcr.io/stackhpc/ azimuth-llm-chat-interface
104
104
version : 87a0342
105
105
imagePullPolicy :
106
106
# Service config
You can’t perform that action at this time.
0 commit comments