File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
infrastructure/docker/examples Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -315,9 +315,9 @@ variables:
315
315
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
316
316
# This avoids building node images in the default case which improves the test duration significantly.
317
317
KUBERNETES_VERSION_MANAGEMENT : " v1.29.2"
318
- KUBERNETES_VERSION : " v1.29.2 "
319
- KUBERNETES_VERSION_UPGRADE_FROM : " v1.28.0 "
320
- KUBERNETES_VERSION_UPGRADE_TO : " v1.29.2 "
318
+ KUBERNETES_VERSION : " v1.30.0-rc.1 "
319
+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.29.2 "
320
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.30.0-rc.1 "
321
321
KUBERNETES_VERSION_LATEST_CI : " ci/latest-1.30"
322
322
ETCD_VERSION_UPGRADE_TO : " 3.5.10-0"
323
323
COREDNS_VERSION_UPGRADE_TO : " v1.11.1"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.29.2
38
+ version : v1.30.0-rc.1
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
77
77
replicas : 2
78
78
template :
79
79
spec :
80
- version : v1.29.2
80
+ version : v1.30.0-rc.1
81
81
clusterName : my-cluster
82
82
bootstrap :
83
83
configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.29.2
38
+ version : v1.30.0-rc.1
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
87
87
cluster.x-k8s.io/cluster-name : my-cluster
88
88
template :
89
89
spec :
90
- version : v1.29.2
90
+ version : v1.30.0-rc.1
91
91
clusterName : my-cluster
92
92
bootstrap :
93
93
configRef :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ metadata:
32
32
name : controlplane-0
33
33
namespace : default
34
34
spec :
35
- version : v1.29.2
35
+ version : v1.30.0-rc.1
36
36
clusterName : my-cluster
37
37
bootstrap :
38
38
configRef :
76
76
cluster.x-k8s.io/cluster-name : my-cluster
77
77
template :
78
78
spec :
79
- version : v1.29.2
79
+ version : v1.30.0-rc.1
80
80
clusterName : my-cluster
81
81
bootstrap :
82
82
configRef :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
namespace : default
36
36
spec :
37
37
replicas : 1
38
- version : v1.29.2
38
+ version : v1.30.0-rc.1
39
39
machineTemplate :
40
40
infrastructureRef :
41
41
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
80
80
cluster.x-k8s.io/cluster-name : my-cluster
81
81
template :
82
82
spec :
83
- version : v1.29.2
83
+ version : v1.30.0-rc.1
84
84
clusterName : my-cluster
85
85
bootstrap :
86
86
configRef :
You can’t perform that action at this time.
0 commit comments