Skip to content

Commit

Permalink
fix version bumps in docker e2e config
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Dec 10, 2023
1 parent 8706d93 commit 408b2ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/e2e/config/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ providers:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1.4/metadata.yaml"
- sourcePath: "../data/shared/v1.5/metadata.yaml"
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
type: "url"
Expand All @@ -99,7 +99,7 @@ providers:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1.5/metadata.yaml"
- sourcePath: "../data/shared/v1.6/metadata.yaml"
- name: v1.7.99 # next; use manifest from source files
value: ../../../bootstrap/kubeadm/config/default
replacements:
Expand Down Expand Up @@ -128,7 +128,7 @@ providers:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1.4/metadata.yaml"
- sourcePath: "../data/shared/1.5/metadata.yaml"
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
type: "url"
Expand Down Expand Up @@ -167,10 +167,10 @@ providers:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1.4/metadata.yaml"
- sourcePath: "../data/infrastructure-docker/v1.4/cluster-template.yaml"
- sourcePath: "../data/infrastructure-docker/v1.4/cluster-template-topology.yaml"
- sourcePath: "../data/infrastructure-docker/v1.4/clusterclass-quick-start.yaml"
- sourcePath: "../data/shared/v1.5/metadata.yaml"
- sourcePath: "../data/infrastructure-docker/v1.5/cluster-template.yaml"
- sourcePath: "../data/infrastructure-docker/v1.5/cluster-template-topology.yaml"
- sourcePath: "../data/infrastructure-docker/v1.5/clusterclass-quick-start.yaml"
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/infrastructure-components-development.yaml"
type: "url"
Expand Down

0 comments on commit 408b2ad

Please sign in to comment.