Skip to content

Commit c4b8fb2

Browse files
committed
fix: use fully qualified image name
1 parent 3cc3dc4 commit c4b8fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workloads/ollama/ollama.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
spec:
6262
containers:
6363
- name: ollama
64-
image: ollama/ollama:0.5.7
64+
image: docker.io/ollama/ollama:0.5.7
6565
ports:
6666
- containerPort: 11434
6767
name: api

0 commit comments

Comments
 (0)