Skip to content

Commit e0365fb

Browse files
committed
CI: bump IPAM provider for e2e tests to v1.0
1 parent 2880c92 commit e0365fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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"

0 commit comments

Comments
 (0)