File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,19 @@ package constants
18
18
19
19
var (
20
20
KubeadmImages = map [string ]map [string ]string {
21
+ "v1.34.0-rc.1" : {
22
+ "coredns/coredns" : "v1.12.1" ,
23
+ "etcd" : "3.6.4-0" ,
24
+ "pause" : "3.10.1" ,
25
+ },
26
+ "v1.34.0-rc.0" : {
27
+ "coredns/coredns" : "v1.12.1" ,
28
+ "etcd" : "3.6.4-0" ,
29
+ "pause" : "3.10.1" ,
30
+ },
21
31
"v1.34.0-beta.0" : {
22
32
"coredns/coredns" : "v1.12.1" ,
23
- "etcd" : "3.5.21-0 " ,
33
+ "etcd" : "3.6.1-1 " ,
24
34
"pause" : "3.10" ,
25
35
},
26
36
"v1.33.3" : {
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ package constants
21
21
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
22
22
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
23
23
var ValidKubernetesVersions = []string {
24
+ "v1.34.0-rc.1" ,
25
+ "v1.34.0-rc.0" ,
24
26
"v1.34.0-beta.0" ,
25
27
"v1.34.0-alpha.3" ,
26
28
"v1.34.0-alpha.2" ,
You can’t perform that action at this time.
0 commit comments