Skip to content

Commit

Permalink
🌱 Drop pre-load of cert-manager images in E2E tests (kubernetes-sigs#…
Browse files Browse the repository at this point in the history
…3060)

* Drop pre-load of cert-manager images in E2E tests

* Drop pre load of CAPI images in E2E tests
  • Loading branch information
fabriziopandini committed Jun 13, 2024
1 parent f25d8d4 commit bace233
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
# For creating local images, run ./hack/e2e.sh

images:
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.1
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.1
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.1
loadBehavior: tryLoad
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v0.1.0
loadBehavior: tryLoad
- name: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller-{ARCH}:dev
Expand All @@ -24,12 +18,6 @@ images:
loadBehavior: mustLoad
- name: gcr.io/k8s-staging-capi-vsphere/extra/vm-operator:v1.8.6-0-gde75746a
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
loadBehavior: tryLoad

providers:

Expand Down

0 comments on commit bace233

Please sign in to comment.