File tree Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 mv $FILENAME{.new,}
5252
5353 FILENAME=charts/azimuth-chat/values.schema.json
54- jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
54+ jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties."azimuth-llm".properties. api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
5555 mv $FILENAME{.new,}
5656
5757 FILENAME=charts/azimuth-image-analysis/values.schema.json
58- jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
58+ jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties."azimuth-llm".properties. api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
5959 mv $FILENAME{.new,}
6060 fi
6161
Original file line number Diff line number Diff line change 4040 "type" : " string" ,
4141 "title" : " Backend vLLM version" ,
4242 "description" : " The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)" ,
43- "default" : " v0.7.2 "
43+ "default" : " v0.9.0.1 "
4444 }
4545 }
4646 }
128128 }
129129 }
130130 }
131- },
132- "api" : {
133- "properties" : {
134- "image" : {
135- "properties" : {
136- "version" : {
137- "default" : " v0.9.0.1"
138- }
139- }
140- }
141- }
142131 }
143132 }
144133}
Original file line number Diff line number Diff line change 3636 "type" : " string" ,
3737 "title" : " Backend vLLM version" ,
3838 "description" : " The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)" ,
39- "default" : " v0.7.2 "
39+ "default" : " v0.9.0.1 "
4040 }
4141 }
4242 },
115115 }
116116 }
117117 }
118- },
119- "api" : {
120- "properties" : {
121- "image" : {
122- "properties" : {
123- "version" : {
124- "default" : " v0.9.0.1"
125- }
126- }
127- }
128- }
129118 }
130119 }
131120}
You can’t perform that action at this time.
0 commit comments