Skip to content

Commit ab7a0ff

Browse files
committed
Preload cert-manager images for e2e tests
1 parent f927eb2 commit ab7a0ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ images:
1111
loadBehavior: tryLoad
1212
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.4.1
1313
loadBehavior: tryLoad
14+
- name: quay.io/jetstack/cert-manager-cainjector:v1.19.1
15+
loadBehavior: tryLoad
16+
- name: quay.io/jetstack/cert-manager-webhook:v1.19.1
17+
loadBehavior: tryLoad
18+
- name: quay.io/jetstack/cert-manager-controller:v1.19.1
19+
loadBehavior: tryLoad
1420

1521
providers:
1622
- name: cluster-api

0 commit comments

Comments
 (0)