File tree 4 files changed +29
-7
lines changed
4 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 128
128
}
129
129
}
130
130
}
131
+ },
132
+ "api" : {
133
+ "properties" : {
134
+ "image" : {
135
+ "properties" : {
136
+ "version" : {
137
+ "default" : " v0.7.3"
138
+ }
139
+ }
140
+ }
141
+ }
131
142
}
132
143
}
133
144
}
Original file line number Diff line number Diff line change 115
115
}
116
116
}
117
117
}
118
+ },
119
+ "api" : {
120
+ "properties" : {
121
+ "image" : {
122
+ "properties" : {
123
+ "version" : {
124
+ "default" : " v0.7.3"
125
+ }
126
+ }
127
+ }
128
+ }
118
129
}
119
130
}
120
131
}
Original file line number Diff line number Diff line change 37
37
"type" : " string" ,
38
38
"title" : " Backend vLLM version" ,
39
39
"description" : " The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)" ,
40
- "default" : " v0.7.2 "
40
+ "default" : " v0.7.3 "
41
41
}
42
42
}
43
43
}
Original file line number Diff line number Diff line change 36
36
# Defaults to vllm/vllm-openai when api.gpus > 0
37
37
# or ghrc.io/stackhpc/vllm-cpu when api.gpus == 0
38
38
repository :
39
- version : v0.7.2
39
+ version : v0.7.3
40
40
monitoring :
41
41
enabled : true
42
42
# The number of replicas for the backend deployment
56
56
enabled : false
57
57
className : " "
58
58
annotations : {}
59
- # kubernetes.io/ingress.class: nginx
60
- # kubernetes.io/tls-acme: "true"
59
+ # kubernetes.io/ingress.class: nginx
60
+ # kubernetes.io/tls-acme: "true"
61
61
hosts :
62
62
- host : chart-example.local
63
63
paths :
110
110
# Container image config
111
111
image :
112
112
repository : ghcr.io/stackhpc/azimuth-llm-chat-ui
113
- tag : # Defaults to chart's appVersion
113
+ tag : # Defaults to chart's appVersion
114
114
imagePullPolicy :
115
115
# The settings to be passed to the frontend web app.
116
116
# Format depends on the chosen UI image above. For each of the UIs
145
145
enabled : false
146
146
className : " "
147
147
annotations : {}
148
- # kubernetes.io/ingress.class: nginx
149
- # kubernetes.io/tls-acme: "true"
148
+ # kubernetes.io/ingress.class: nginx
149
+ # kubernetes.io/tls-acme: "true"
150
150
hosts :
151
151
- host : chart-example.local
152
152
paths :
You can’t perform that action at this time.
0 commit comments