File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"math"
21
21
)
22
22
23
- // lists from https://github.com/kubernetes/kubernetes/blob/90c6cfd414520ec418263c1ec126edef90ae8955 /cmd/kubeadm/app/constants/constants.go#L482
23
+ // lists from https://github.com/kubernetes/kubernetes/blob/0821aa23081420deb0f94c2664f9f74086a7af11 /cmd/kubeadm/app/constants/constants.go#L496
24
24
var etcdVersions = map [int ]string {
25
25
8 : "3.0.17" ,
26
26
9 : "3.1.12" ,
@@ -43,10 +43,10 @@ var etcdVersions = map[int]string{
43
43
26 : "3.5.12-0" ,
44
44
27 : "3.5.12-0" ,
45
45
28 : "3.5.12-0" ,
46
- 29 : "3.5.15 -0" ,
47
- 30 : "3.5.15 -0" ,
48
- 31 : "3.5.15 -0" ,
49
- 32 : "3.5.15 -0" ,
46
+ 29 : "3.5.16 -0" ,
47
+ 30 : "3.5.16 -0" ,
48
+ 31 : "3.5.16 -0" ,
49
+ 32 : "3.5.16 -0" ,
50
50
}
51
51
52
52
// GetEtcdVersion returns the etcd version for the given k8s version
You can’t perform that action at this time.
0 commit comments