File tree 4 files changed +29
-8
lines changed
4 files changed +29
-8
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.8.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.8.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.8.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.8.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 :
@@ -102,15 +102,14 @@ api:
102
102
tolerations : []
103
103
# Pod affinities
104
104
affinity : {}
105
-
106
105
# Configuration for the frontend web interface
107
106
ui :
108
107
# Toggles installation of the gradio web UI
109
108
enabled : true
110
109
# Container image config
111
110
image :
112
111
repository : ghcr.io/stackhpc/azimuth-llm-chat-ui
113
- tag : # Defaults to chart's appVersion
112
+ tag : # Defaults to chart's appVersion
114
113
imagePullPolicy :
115
114
# The settings to be passed to the frontend web app.
116
115
# Format depends on the chosen UI image above. For each of the UIs
145
144
enabled : false
146
145
className : " "
147
146
annotations : {}
148
- # kubernetes.io/ingress.class: nginx
149
- # kubernetes.io/tls-acme: "true"
147
+ # kubernetes.io/ingress.class: nginx
148
+ # kubernetes.io/tls-acme: "true"
150
149
hosts :
151
150
- host : chart-example.local
152
151
paths :
You can’t perform that action at this time.
0 commit comments