diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index dd8929b..3967b82 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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 diff --git a/charts/azimuth-chat/values.schema.json b/charts/azimuth-chat/values.schema.json index 89ab2c7..5ca539b 100644 --- a/charts/azimuth-chat/values.schema.json +++ b/charts/azimuth-chat/values.schema.json @@ -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" } } } @@ -128,17 +128,6 @@ } } } - }, - "api": { - "properties": { - "image": { - "properties": { - "version": { - "default": "v0.9.0.1" - } - } - } - } } } } diff --git a/charts/azimuth-image-analysis/values.schema.json b/charts/azimuth-image-analysis/values.schema.json index a3fa086..be67ae0 100644 --- a/charts/azimuth-image-analysis/values.schema.json +++ b/charts/azimuth-image-analysis/values.schema.json @@ -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" } } }, @@ -115,17 +115,6 @@ } } } - }, - "api": { - "properties": { - "image": { - "properties": { - "version": { - "default": "v0.9.0.1" - } - } - } - } } } }