Skip to content

Commit 190276a

Browse files
committed
TEMP: Use main tag instead of e2e
1 parent e9a5e2e commit 190276a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ providers:
119119
- sourcePath: "./infrastructure-openstack/cluster-template-external-cloud-provider.yaml"
120120
- sourcePath: "./infrastructure-openstack/cluster-template-without-lb.yaml"
121121
replacements:
122+
# TODO(lentzi90): We should use the e2e tag here instead of main
122123
- old: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:dev
123-
new: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
124+
new: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:main
124125
- old: "imagePullPolicy: Always"
125126
new: "imagePullPolicy: IfNotPresent"
126127
- old: "--v=2"

0 commit comments

Comments
 (0)