Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
mv $FILENAME{.new,}

FILENAME=charts/azimuth-chat/values.schema.json
jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties."azimuth-llm".properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
mv $FILENAME{.new,}

FILENAME=charts/azimuth-image-analysis/values.schema.json
jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties."azimuth-llm".properties.api.properties.image.properties.version.default = $tag' $FILENAME > $FILENAME.new
mv $FILENAME{.new,}
fi

Expand Down
13 changes: 1 addition & 12 deletions charts/azimuth-chat/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"type": "string",
"title": "Backend vLLM version",
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
"default": "v0.7.2"
"default": "v0.9.0.1"
}
}
}
Expand Down Expand Up @@ -128,17 +128,6 @@
}
}
}
},
"api": {
"properties": {
"image": {
"properties": {
"version": {
"default": "v0.9.0.1"
}
}
}
}
}
}
}
13 changes: 1 addition & 12 deletions charts/azimuth-image-analysis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "string",
"title": "Backend vLLM version",
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
"default": "v0.7.2"
"default": "v0.9.0.1"
}
}
},
Expand Down Expand Up @@ -115,17 +115,6 @@
}
}
}
},
"api": {
"properties": {
"image": {
"properties": {
"version": {
"default": "v0.9.0.1"
}
}
}
}
}
}
}