File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 7
7
managementClusterName : capo-e2e
8
8
9
9
images :
10
- - name : registry.k8s. io/cluster-api/cluster-api-controller:v1.9.3
10
+ - name : gcr. io/k8s-staging- cluster-api/cluster-api-controller:nightly_main_20250128
11
11
loadBehavior : tryLoad
12
- - name : registry.k8s. io/cluster-api/kubeadm-bootstrap-controller:v1.9.3
12
+ - name : gcr. io/k8s-staging- cluster-api/kubeadm-bootstrap-controller:nightly_main_20250128
13
13
loadBehavior : tryLoad
14
- - name : registry.k8s. io/cluster-api/kubeadm-control-plane-controller:v1.9.3
14
+ - name : gcr. io/k8s-staging- cluster-api/kubeadm-control-plane-controller:nightly_main_20250128
15
15
loadBehavior : tryLoad
16
16
# Use local dev images built source tree;
17
17
- name : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
@@ -23,8 +23,8 @@ providers:
23
23
- name : cluster-api
24
24
type : CoreProvider
25
25
versions :
26
- - name : v1.9.3
27
- value : " https://github. com/kubernetes-sigs/ cluster-api/releases/download/v1.9.3 /core-components.yaml"
26
+ - name : v1.10.99
27
+ value : " https://storage.googleapis. com/k8s-staging- cluster-api/components/nightly_main_20250128 /core-components.yaml"
28
28
type : url
29
29
contract : v1beta1
30
30
files :
@@ -49,8 +49,8 @@ providers:
49
49
- name : kubeadm
50
50
type : BootstrapProvider
51
51
versions :
52
- - name : v1.9.3
53
- value : " https://github. com/kubernetes-sigs/ cluster-api/releases/download/v1.9.3 /bootstrap-components.yaml"
52
+ - name : v1.10.99
53
+ value : " https://storage.googleapis. com/k8s-staging- cluster-api/components/nightly_main_20250128 /bootstrap-components.yaml"
54
54
type : url
55
55
contract : v1beta1
56
56
files :
@@ -75,8 +75,8 @@ providers:
75
75
- name : kubeadm
76
76
type : ControlPlaneProvider
77
77
versions :
78
- - name : v1.9.3
79
- value : " https://github. com/kubernetes-sigs/ cluster-api/releases/download/v1.9.3 /control-plane-components.yaml"
78
+ - name : v1.10.99
79
+ value : " https://storage.googleapis. com/k8s-staging- cluster-api/components/nightly_main_20250128 /control-plane-components.yaml"
80
80
type : url
81
81
contract : v1beta1
82
82
files :
Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ releaseSeries:
25
25
- major : 1
26
26
minor : 9
27
27
contract : v1beta1
28
+ - major : 1
29
+ minor : 10
30
+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments