Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3267 from chrischdi/pr-bump-ipamic
Browse files Browse the repository at this point in the history
🌱 CI: bump IPAM provider for e2e tests to v1.0
  • Loading branch information
k8s-ci-robot authored Dec 27, 2024
2 parents 2880c92 + ac79231 commit 69a398a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 1
- major: 1
minor: 0
contract: v1beta1

0 comments on commit 69a398a

Please sign in to comment.