We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a5e2e commit 190276aCopy full SHA for 190276a
test/e2e/data/e2e_conf.yaml
@@ -119,8 +119,9 @@ providers:
119
- sourcePath: "./infrastructure-openstack/cluster-template-external-cloud-provider.yaml"
120
- sourcePath: "./infrastructure-openstack/cluster-template-without-lb.yaml"
121
replacements:
122
+ # TODO(lentzi90): We should use the e2e tag here instead of main
123
- old: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:dev
- new: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
124
+ new: gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:main
125
- old: "imagePullPolicy: Always"
126
new: "imagePullPolicy: IfNotPresent"
127
- old: "--v=2"
0 commit comments