Skip to content

Commit cd1e721

Browse files
sd109github-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 83303f8 commit cd1e721

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

charts/azimuth-chat/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"image": {
135135
"properties": {
136136
"version": {
137-
"default": "v0.7.3"
137+
"default": "v0.8.3"
138138
}
139139
}
140140
}

charts/azimuth-image-analysis/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"image": {
122122
"properties": {
123123
"version": {
124-
"default": "v0.7.3"
124+
"default": "v0.8.3"
125125
}
126126
}
127127
}

charts/azimuth-llm/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "string",
3838
"title": "Backend vLLM version",
3939
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
40-
"default": "v0.7.3"
40+
"default": "v0.8.3"
4141
}
4242
}
4343
}

charts/azimuth-llm/values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ api:
3636
# Defaults to vllm/vllm-openai when api.gpus > 0
3737
# or ghrc.io/stackhpc/vllm-cpu when api.gpus == 0
3838
repository:
39-
version: v0.7.3
39+
version: v0.8.3
4040
monitoring:
4141
enabled: true
4242
# The number of replicas for the backend deployment
@@ -108,7 +108,6 @@ api:
108108
# Only one of these should be set
109109
# minAvailable:
110110
# maxUnavailable:
111-
112111
# Configuration for the frontend web interface
113112
ui:
114113
# Toggles installation of the gradio web UI

0 commit comments

Comments
 (0)