This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
13
13
- name : cluster-api
14
14
type : CoreProvider
15
15
versions :
16
- - name : v1.6.0 # latest published release in the v1beta1 series
17
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /core-components.yaml"
16
+ - name : v1.7.3 # latest published release in the v1beta1 series
17
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /core-components.yaml"
18
18
type : " url"
19
19
contract : v1beta1
20
20
replacements :
@@ -26,8 +26,8 @@ providers:
26
26
- name : kubeadm
27
27
type : BootstrapProvider
28
28
versions :
29
- - name : v1.6.0 # latest published release in the v1beta1 series
30
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /bootstrap-components.yaml"
29
+ - name : v1.7.3 # latest published release in the v1beta1 series
30
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /bootstrap-components.yaml"
31
31
type : " url"
32
32
contract : v1beta1
33
33
replacements :
@@ -39,8 +39,8 @@ providers:
39
39
- name : kubeadm
40
40
type : ControlPlaneProvider
41
41
versions :
42
- - name : v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /control-plane-components.yaml"
42
+ - name : v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /control-plane-components.yaml"
44
44
type : " url"
45
45
contract : v1beta1
46
46
replacements :
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
13
13
- name : cluster-api
14
14
type : CoreProvider
15
15
versions :
16
- - name : v1.6.0 # latest published release in the v1beta1 series
17
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /core-components.yaml"
16
+ - name : v1.7.3 # latest published release in the v1beta1 series
17
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /core-components.yaml"
18
18
type : " url"
19
19
contract : v1beta1
20
20
replacements :
@@ -26,8 +26,8 @@ providers:
26
26
- name : kubeadm
27
27
type : BootstrapProvider
28
28
versions :
29
- - name : v1.6.0 # latest published release in the v1beta1 series
30
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /bootstrap-components.yaml"
29
+ - name : v1.7.3 # latest published release in the v1beta1 series
30
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /bootstrap-components.yaml"
31
31
type : " url"
32
32
contract : v1beta1
33
33
replacements :
@@ -39,8 +39,8 @@ providers:
39
39
- name : kubeadm
40
40
type : ControlPlaneProvider
41
41
versions :
42
- - name : v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0 /control-plane-components.yaml"
42
+ - name : v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3 /control-plane-components.yaml"
44
44
type : " url"
45
45
contract : v1beta1
46
46
replacements :
You can’t perform that action at this time.
0 commit comments