Skip to content

Commit 69a398a

Browse files
authored
Merge pull request #3267 from chrischdi/pr-bump-ipamic
🌱 CI: bump IPAM provider for e2e tests to v1.0
2 parents 2880c92 + ac79231 commit 69a398a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/e2e/config/vsphere.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For creating local images, run ./hack/e2e.sh
99

1010
images:
11-
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v0.1.0
11+
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v1.0.0
1212
loadBehavior: tryLoad
1313
- name: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller-{ARCH}:dev
1414
loadBehavior: mustLoad
@@ -146,12 +146,12 @@ providers:
146146
- name: in-cluster
147147
type: IPAMProvider
148148
versions:
149-
- name: "{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v0.1}" # supported release in the v1alpha2 series
150-
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"
149+
- name: "{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v1.0}" # supported release in the v1alpha2 series
150+
value: "https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v1.0}/ipam-components.yaml"
151151
type: "url"
152152
contract: v1beta1
153153
files:
154-
- sourcePath: "../data/shared/caipamic/v0.1/metadata.yaml"
154+
- sourcePath: "../data/shared/caipamic/v1.0/metadata.yaml"
155155
replacements:
156156
- old: "imagePullPolicy: Always"
157157
new: "imagePullPolicy: IfNotPresent"

test/e2e/data/shared/caipamic/v0.1/metadata.yaml renamed to test/e2e/data/shared/caipamic/v1.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
77
kind: Metadata
88
releaseSeries:
9-
- major: 0
10-
minor: 1
9+
- major: 1
10+
minor: 0
1111
contract: v1beta1
1212

0 commit comments

Comments
 (0)