Skip to content

Commit bace233

Browse files
🌱 Drop pre-load of cert-manager images in E2E tests (#3060)
* Drop pre-load of cert-manager images in E2E tests * Drop pre load of CAPI images in E2E tests
1 parent f25d8d4 commit bace233

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎test/e2e/config/vsphere.yaml‎

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

1010
images:
11-
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.1
12-
loadBehavior: tryLoad
13-
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.1
14-
loadBehavior: tryLoad
15-
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.1
16-
loadBehavior: tryLoad
1711
- name: registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v0.1.0
1812
loadBehavior: tryLoad
1913
- name: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller-{ARCH}:dev
@@ -24,12 +18,6 @@ images:
2418
loadBehavior: mustLoad
2519
- name: gcr.io/k8s-staging-capi-vsphere/extra/vm-operator:v1.8.6-0-gde75746a
2620
loadBehavior: tryLoad
27-
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
28-
loadBehavior: tryLoad
29-
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
30-
loadBehavior: tryLoad
31-
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
32-
loadBehavior: tryLoad
3321

3422
providers:
3523

0 commit comments

Comments
 (0)