Skip to content

Commit cd36cf8

Browse files
prezhapavansaikrishna78
authored andcommitted
fix k8s v1.33.3 etcd image version (kubernetes#21337)
1 parent d13d745 commit cd36cf8

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
@@ -20,7 +20,7 @@ var (
2020
KubeadmImages = map[string]map[string]string{
2121
"v1.34.0-beta.0": {
2222
"coredns/coredns": "v1.12.1",
23-
"etcd": "3.5.21-0",
23+
"etcd": "3.6.1-1",
2424
"pause": "3.10",
2525
},
2626
"v1.33.3": {

0 commit comments

Comments
 (0)