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
11 changes: 11 additions & 0 deletions charts/azimuth-chat/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@
}
}
}
},
"api": {
"properties": {
"image": {
"properties": {
"version": {
"default": "v0.7.3"
}
}
}
}
}
}
}
11 changes: 11 additions & 0 deletions charts/azimuth-image-analysis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@
}
}
}
},
"api": {
"properties": {
"image": {
"properties": {
"version": {
"default": "v0.7.3"
}
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion 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.7.2"
"default": "v0.7.3"
}
}
}
Expand Down
13 changes: 7 additions & 6 deletions charts/azimuth-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ api:
# Defaults to vllm/vllm-openai when api.gpus > 0
# or ghrc.io/stackhpc/vllm-cpu when api.gpus == 0
repository:
version: v0.7.2
version: v0.7.3
monitoring:
enabled: true
# The number of replicas for the backend deployment
Expand All @@ -56,8 +56,8 @@ api:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
Expand Down Expand Up @@ -110,7 +110,8 @@ ui:
# Container image config
image:
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
tag: # Defaults to chart's appVersion
# Defaults to chart's appVersion
tag:
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 Expand Up @@ -145,8 +146,8 @@ ui:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
Expand Down