Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored and github-actions[bot] committed Nov 10, 2024
1 parent 701ad09 commit 250bbc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.6.3.post1"
}
}
}
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.6.3.post1
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

0 comments on commit 250bbc1

Please sign in to comment.