Skip to content

Commit 7e57308

Browse files
committed
fixed ghcr typo
1 parent 87fbd55 commit 7e57308

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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-
{{ $gpuChart := ternary "ghrc.io/stackhpc/vllm-xpu" "vllm/vllm-openai" .Values.api.intelXPUsEnabled -}}
22+
{{ $gpuChart := ternary "ghcr.io/stackhpc/vllm-xpu" "vllm/vllm-openai" .Values.api.intelXPUsEnabled -}}
2323
{{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" $gpuChart (eq (.Values.api.gpus | int) 0)) -}}
2424
image: {{ printf "%s:%s" $imageRepo .Values.api.image.version }}
2525
ports:

charts/azimuth-llm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ api:
3434
# Container image config
3535
image:
3636
# Defaults to vllm/vllm-openai when api.gpus > 0,
37-
# ghrc.io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true,
38-
# or ghrc.io/stackhpc/vllm-cpu when api.gpus == 0
37+
# ghcr.io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true,
38+
# or ghcr.io/stackhpc/vllm-cpu when api.gpus == 0
3939
repository:
4040
version: v0.8.5.post1
4141
monitoring:

tst.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
azimuth-llm:
2+
api:
3+
intelXPUsEnabled: true

0 commit comments

Comments
 (0)