Skip to content

Commit a56e0ab

Browse files
committed
Fix typo in container vllm image name
1 parent f7df3af commit a56e0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: charts/azimuth-llm/templates/api/deployment.yml

+1-1
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-openai" (eq (.Values.api.gpus | int) 0)) -}}
22+
{{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm/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)