This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
1313 - name : cluster-api
1414 type : CoreProvider
1515 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"
1818 type : " url"
1919 contract : v1beta1
2020 replacements :
@@ -26,8 +26,8 @@ providers:
2626 - name : kubeadm
2727 type : BootstrapProvider
2828 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"
3131 type : " url"
3232 contract : v1beta1
3333 replacements :
@@ -39,8 +39,8 @@ providers:
3939 - name : kubeadm
4040 type : ControlPlaneProvider
4141 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"
4444 type : " url"
4545 contract : v1beta1
4646 replacements :
You can’t perform that action at this time.
0 commit comments