Skip to content

Commit b3f1df0

Browse files
committed
build: update k3s image version to v1.32.2 and change registry hostPort to 5001
Signed-off-by: Weifeng Wang <[email protected]>
1 parent f9e8487 commit b3f1df0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: deploy/k3d-k3s-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ agents: 1
77
kubeAPI:
88
hostIP: "127.0.0.1"
99
hostPort: "6556"
10-
image: rancher/k3s:v1.29.4-k3s1
10+
image: rancher/k3s:v1.32.2-k3s1
1111
ports:
1212
# mapping the ingress port 80 to localhost:5080
1313
- port: 5080:80
@@ -19,7 +19,7 @@ ports:
1919
registries:
2020
create:
2121
name: k3d-reg-docker-io
22-
hostPort: "5000"
22+
hostPort: "5001"
2323
proxy:
2424
remoteURL: https://registry-1.docker.io # proxy DockerHub
2525
volumes:
@@ -28,5 +28,5 @@ registries:
2828
mirrors:
2929
"docker.io":
3030
endpoint:
31-
- http://host.k3d.internal:5000
32-
- http://k3d-reg-docker-io:5000
31+
- http://host.k3d.internal:5001
32+
- http://k3d-reg-docker-io:5001

0 commit comments

Comments
 (0)