Skip to content

Commit 358a142

Browse files
authored
fix k8s v1.33.3 etcd image version (#21337)
1 parent 03a3c91 commit 358a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
},
3131
"v1.34.0-beta.0": {
3232
"coredns/coredns": "v1.12.1",
33-
"etcd": "3.5.21-0",
33+
"etcd": "3.6.1-1",
3434
"pause": "3.10",
3535
},
3636
"v1.33.3": {

0 commit comments

Comments
 (0)