@@ -26,11 +26,11 @@ images:
2626 loadBehavior : tryLoad
2727 - name : quay.io/jetstack/cert-manager-controller:v1.15.1
2828 loadBehavior : tryLoad
29- - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.8.4
29+ - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.8.6
3030 loadBehavior : tryLoad
31- - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.8.4
31+ - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.8.6
3232 loadBehavior : tryLoad
33- - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.8.4
33+ - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.8.6
3434 loadBehavior : tryLoad
3535
3636providers :
@@ -48,8 +48,8 @@ providers:
4848 new : " imagePullPolicy: IfNotPresent"
4949 - old : --metrics-bind-addr=127.0.0.1:8080
5050 new : --metrics-bind-addr=:8080
51- - name : v1.8.4 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
52- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.4 /core-components.yaml"
51+ - name : v1.8.6 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
52+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.6 /core-components.yaml"
5353 type : " url"
5454 contract : v1beta1
5555 files :
@@ -75,8 +75,8 @@ providers:
7575 new : " imagePullPolicy: IfNotPresent"
7676 - old : --metrics-bind-addr=127.0.0.1:8080
7777 new : --metrics-bind-addr=:8080
78- - name : v1.8.4 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
79- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.4 /bootstrap-components.yaml"
78+ - name : v1.8.6 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
79+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.6 /bootstrap-components.yaml"
8080 type : " url"
8181 contract : v1beta1
8282 files :
@@ -102,8 +102,8 @@ providers:
102102 new : " imagePullPolicy: IfNotPresent"
103103 - old : --metrics-bind-addr=127.0.0.1:8080
104104 new : --metrics-bind-addr=:8080
105- - name : v1.8.4 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
106- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.4 /control-plane-components.yaml"
105+ - name : v1.8.6 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
106+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.6 /control-plane-components.yaml"
107107 type : " url"
108108 contract : v1beta1
109109 files :
0 commit comments