Skip to content

Commit

Permalink
CI: bump IPAM provider for e2e tests to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Nov 27, 2024
1 parent 56803bf commit d044f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# For creating local images, run ./hack/e2e.sh

images:
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v0.1.0
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v1.0.0
loadBehavior: tryLoad
- name: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller-{ARCH}:dev
loadBehavior: mustLoad
Expand Down Expand Up @@ -146,12 +146,12 @@ 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
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"
- name: "{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v1.0}" # supported release in the v1alpha2 series
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"
type: "url"
contract: v1beta1
files:
- sourcePath: "../data/shared/caipamic/v0.1/metadata.yaml"
- sourcePath: "../data/shared/caipamic/v1.0/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
Expand Down

0 comments on commit d044f5c

Please sign in to comment.