We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b11c1 commit 9a51690Copy full SHA for 9a51690
.github/workflows/update-dependencies.yml
@@ -42,7 +42,7 @@ jobs:
42
# Update yaml in-place with yq
43
yq e -i '.api.image.version = strenv(NEW_VLLM_TAG)' $CHART_VALUES
44
# Can't use in-place editing with jq
45
- jq --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' chart/values.schema.json.new
+ jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' chart/values.schema.json > chart/values.schema.json.new
46
mv chart/values.schema.json{.new,}
47
fi
48
0 commit comments