Skip to content

Commit e1597ec

Browse files
authored
Merge pull request #5408 from sbueringer/pr-upgrade-upgrade-test-to-v0.4.4
🌱 Upgrade clusterctl upgrade test to v0.4.4
2 parents 4613624 + b5331dd commit e1597ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/e2e/config/docker.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ providers:
3838
new: --metrics-addr=:8080
3939
files:
4040
- 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"
4343
type: "url"
4444
contract: v1alpha4
4545
replacements:
@@ -67,8 +67,8 @@ providers:
6767
new: --metrics-addr=:8080
6868
files:
6969
- 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"
7272
type: "url"
7373
contract: v1alpha4
7474
replacements:
@@ -96,8 +96,8 @@ providers:
9696
new: --metrics-addr=:8080
9797
files:
9898
- 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"
101101
type: "url"
102102
contract: v1alpha4
103103
replacements:
@@ -126,8 +126,8 @@ providers:
126126
files:
127127
- sourcePath: "../data/shared/v1alpha3/metadata.yaml"
128128
- 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"
131131
type: "url"
132132
contract: v1alpha4
133133
replacements:
@@ -176,7 +176,7 @@ variables:
176176
NODE_DRAIN_TIMEOUT: "60s"
177177
# NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize
178178
# 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}"
180180
INIT_WITH_PROVIDERS_CONTRACT: "v1alpha4"
181181
INIT_WITH_KUBERNETES_VERSION: "v1.22.0"
182182

0 commit comments

Comments
 (0)