Skip to content

Commit e1d462b

Browse files
committedMar 7, 2024
Update for CNCF repo hosting
Signed-off-by: Taylor Dolezal <[email protected]>
1 parent f3e90cc commit e1d462b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎kubernetes/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: keynote
19-
image: onlydole/llm-in-action
19+
image: ghcr.io/cncf/keynote
2020
imagePullPolicy: IfNotPresent
2121
ports:
2222
- containerPort: 8501

‎startup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo "Create the kind cluster..."
44
kind create cluster --config cluster.yaml
55

6-
kind -n llm load docker-image onlydole/llm-in-action:latest
6+
kind -n llm load docker-image ghcr.io/cncf/keynote:latest
77

88
echo "Applying the Kubernets manifests..."
99
kubectl apply -f kubernetes/deployment.yaml

0 commit comments

Comments
 (0)