Skip to content

Commit f7df3af

Browse files
authored
Merge pull request #79 from stackhpc/fix/vllm-image-name
Fix typo in container vLLM image name
2 parents d11f8b2 + 9c87569 commit f7df3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/azimuth-llm/templates/api/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: {{ .Release.Name }}-api
22-
{{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm-project/vllm" (eq (.Values.api.gpus | int) 0)) -}}
22+
{{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm-project/vllm-openai" (eq (.Values.api.gpus | int) 0)) -}}
2323
image: {{ printf "%s:%s" $imageRepo .Values.api.image.version }}
2424
ports:
2525
- name: api

0 commit comments

Comments
 (0)