@@ -38,8 +38,8 @@ providers:
38
38
new : --metrics-addr=:8080
39
39
files :
40
40
- sourcePath : " ../data/shared/v1alpha3/metadata.yaml"
41
- - name : v0.4.3 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
42
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.3 /core-components.yaml"
41
+ - name : v0.4.4 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
42
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4 /core-components.yaml"
43
43
type : " url"
44
44
contract : v1alpha4
45
45
replacements :
@@ -67,8 +67,8 @@ providers:
67
67
new : --metrics-addr=:8080
68
68
files :
69
69
- sourcePath : " ../data/shared/v1alpha3/metadata.yaml"
70
- - name : v0.4.3 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
71
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.3 /bootstrap-components.yaml"
70
+ - name : v0.4.4 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
71
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4 /bootstrap-components.yaml"
72
72
type : " url"
73
73
contract : v1alpha4
74
74
replacements :
@@ -96,8 +96,8 @@ providers:
96
96
new : --metrics-addr=:8080
97
97
files :
98
98
- sourcePath : " ../data/shared/v1alpha3/metadata.yaml"
99
- - name : v0.4.3 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
100
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.3 /control-plane-components.yaml"
99
+ - name : v0.4.4 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
100
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4 /control-plane-components.yaml"
101
101
type : " url"
102
102
contract : v1alpha4
103
103
replacements :
@@ -126,8 +126,8 @@ providers:
126
126
files :
127
127
- sourcePath : " ../data/shared/v1alpha3/metadata.yaml"
128
128
- sourcePath : " ../data/infrastructure-docker/v1alpha3/cluster-template.yaml"
129
- - name : v0.4.3 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
130
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.3 /infrastructure-components-development.yaml"
129
+ - name : v0.4.4 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
130
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4 /infrastructure-components-development.yaml"
131
131
type : " url"
132
132
contract : v1alpha4
133
133
replacements :
@@ -176,7 +176,7 @@ variables:
176
176
NODE_DRAIN_TIMEOUT : " 60s"
177
177
# NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize
178
178
# the management cluster to be upgraded.
179
- INIT_WITH_BINARY : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.3 /clusterctl-{OS}-{ARCH}"
179
+ INIT_WITH_BINARY : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4 /clusterctl-{OS}-{ARCH}"
180
180
INIT_WITH_PROVIDERS_CONTRACT : " v1alpha4"
181
181
INIT_WITH_KUBERNETES_VERSION : " v1.22.0"
182
182
0 commit comments