Skip to content

Commit 3afb7e5

Browse files
committed
[create-pull-request] automated change
1 parent ae7e206 commit 3afb7e5

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
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.7.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.7.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.7.3"
4141
}
4242
}
4343
}

charts/azimuth-llm/values.yaml

+6-6
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.7.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:
@@ -110,7 +110,7 @@ ui:
110110
# Container image config
111111
image:
112112
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
113-
tag: # Defaults to chart's appVersion
113+
tag: # Defaults to chart's appVersion
114114
imagePullPolicy:
115115
# The settings to be passed to the frontend web app.
116116
# Format depends on the chosen UI image above. For each of the UIs
@@ -145,8 +145,8 @@ ui:
145145
enabled: false
146146
className: ""
147147
annotations: {}
148-
# kubernetes.io/ingress.class: nginx
149-
# kubernetes.io/tls-acme: "true"
148+
# kubernetes.io/ingress.class: nginx
149+
# kubernetes.io/tls-acme: "true"
150150
hosts:
151151
- host: chart-example.local
152152
paths:

0 commit comments

Comments
 (0)