Skip to content

Commit 28b5cf4

Browse files
sd109github-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent ae7e206 commit 28b5cf4

File tree

4 files changed

+29
-8
lines changed

4 files changed

+29
-8
lines changed

charts/azimuth-chat/values.schema.json

+11
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@
128128
}
129129
}
130130
}
131+
},
132+
"api": {
133+
"properties": {
134+
"image": {
135+
"properties": {
136+
"version": {
137+
"default": "v0.8.3"
138+
}
139+
}
140+
}
141+
}
131142
}
132143
}
133144
}

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

+11
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@
115115
}
116116
}
117117
}
118+
},
119+
"api": {
120+
"properties": {
121+
"image": {
122+
"properties": {
123+
"version": {
124+
"default": "v0.8.3"
125+
}
126+
}
127+
}
128+
}
118129
}
119130
}
120131
}

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.2"
40+
"default": "v0.8.3"
4141
}
4242
}
4343
}

charts/azimuth-llm/values.yaml

+6-7
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.2
39+
version: v0.8.3
4040
monitoring:
4141
enabled: true
4242
# The number of replicas for the backend deployment
@@ -56,8 +56,8 @@ api:
5656
enabled: false
5757
className: ""
5858
annotations: {}
59-
# kubernetes.io/ingress.class: nginx
60-
# kubernetes.io/tls-acme: "true"
59+
# kubernetes.io/ingress.class: nginx
60+
# kubernetes.io/tls-acme: "true"
6161
hosts:
6262
- host: chart-example.local
6363
paths:
@@ -102,15 +102,14 @@ api:
102102
tolerations: []
103103
# Pod affinities
104104
affinity: {}
105-
106105
# Configuration for the frontend web interface
107106
ui:
108107
# Toggles installation of the gradio web UI
109108
enabled: true
110109
# Container image config
111110
image:
112111
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
113-
tag: # Defaults to chart's appVersion
112+
tag: # Defaults to chart's appVersion
114113
imagePullPolicy:
115114
# The settings to be passed to the frontend web app.
116115
# Format depends on the chosen UI image above. For each of the UIs
@@ -145,8 +144,8 @@ ui:
145144
enabled: false
146145
className: ""
147146
annotations: {}
148-
# kubernetes.io/ingress.class: nginx
149-
# kubernetes.io/tls-acme: "true"
147+
# kubernetes.io/ingress.class: nginx
148+
# kubernetes.io/tls-acme: "true"
150149
hosts:
151150
- host: chart-example.local
152151
paths:

0 commit comments

Comments
 (0)