Skip to content

Commit

Permalink
chore: update e2e test config
Browse files Browse the repository at this point in the history
  • Loading branch information
avorima committed Dec 4, 2024
1 parent 2c21b1f commit e269d46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/config/ionoscloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: "v1.8.1"
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.1/core-components.yaml"
type: url
contract: v1beta1
Expand All @@ -17,7 +17,7 @@ providers:
- name: kubeadm
type: BootstrapProvider
versions:
- name: "v1.8.1"
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.1/bootstrap-components.yaml"
type: url
contract: v1beta1
Expand All @@ -29,7 +29,7 @@ providers:
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: "v1.8.1"
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.1/control-plane-components.yaml"
type: url
contract: v1beta1
Expand All @@ -41,13 +41,13 @@ providers:
- name: in-cluster
type: IPAMProvider
versions:
- name: "{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v0.1}" # supported release in the v1alpha2 series
- name: v1.0.0
# Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v0.1}/ipam-components.yaml"
value: "https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/v1.0.0/ipam-components.yaml"
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/capi-ipam/v0.1/metadata.yaml"
- sourcePath: "../data/shared/capi-ipam/v1.0/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
Expand Down
9 changes: 9 additions & 0 deletions test/e2e/data/shared/capi-ipam/v1.0/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 1
contract: v1beta1
- major: 1
minor: 0
contract: v1beta1
Empty file added test/e2e/infra/main.tf
Empty file.

0 comments on commit e269d46

Please sign in to comment.