File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,12 @@ providers:
160160 - sourcePath : " ./infrastructure-openstack/cluster-template-external-cloud-provider.yaml"
161161 - sourcePath : " ./infrastructure-openstack/cluster-template-without-lb.yaml"
162162 replacements :
163+ # TODO: We should use e2e here instead of main, but we need a way to get it into the workload cluster
164+ # for upgrade tests for that to work. The current hack in kustomize/upgrade-patches has
165+ # the issue that it runs the script before upgrading containerd and somehow this makes the imported
166+ # image not detectable.
163167 - old : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:dev
164- new : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
168+ new : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:main
165169 - old : " imagePullPolicy: Always"
166170 new : " imagePullPolicy: IfNotPresent"
167171 - old : " --v=2"
You can’t perform that action at this time.
0 commit comments