Skip to content

Commit d49b6bf

Browse files
committed
Fix UI schema queries in vLLM update workflow
1 parent 770e39d commit d49b6bf

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

charts/azimuth-chat/values.schema.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,6 @@
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
}

charts/azimuth-image-analysis/values.schema.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,6 @@
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
}

0 commit comments

Comments
 (0)