File tree Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
51
51
mv $FILENAME{.new,}
52
52
53
53
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
55
55
mv $FILENAME{.new,}
56
56
57
57
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
59
59
mv $FILENAME{.new,}
60
60
fi
61
61
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.9.0.1"
138
- }
139
- }
140
- }
141
- }
142
131
}
143
132
}
144
133
}
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.9.0.1"
125
- }
126
- }
127
- }
128
- }
129
118
}
130
119
}
131
120
}
You can’t perform that action at this time.
0 commit comments