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
5 changes: 3 additions & 2 deletions charts/azimuth-llm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.6.3"
"default": "v0.7.2"
}
}
}
Expand Down Expand Up @@ -118,7 +118,8 @@
}
},
"required": [
"model_name" ]
"model_name"
]
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/azimuth-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ api:
# Container image config
image:
repository: vllm/vllm-openai
version: v0.6.3
version: v0.7.2
monitoring:
enabled: true
# The number of replicas for the backend deployment
Expand Down Expand Up @@ -83,7 +83,7 @@ ui:
# Container image config
image:
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
tag: # Defaults to chart's appVersion
tag: # Defaults to chart's appVersion
imagePullPolicy:
# The settings to be passed to the frontend web app.
# Format depends on the chosen UI image above. For each of the UIs
Expand Down
Loading