Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align names for mtbroker with upstream (#412)
The folder with Dockerfile will be named "filter" instead of "mtbroker_filter" and "ingress" instead of "mtbroker_ingress". The CI image will be published at registry.ci.openshift.org/openshift/knative-eventing-filter and registry.ci.openshift.org/openshift/knative-eventing-ingress (right now it's published under registry.ci.openshift.org/openshift/knative-eventing-mtbroker-filter so our images.yaml references non-existent images) * The generated CI config will have the correct env variable once the CI config is re-generated: - env: KNATIVE_EVENTING_FILTER name: knative-eventing-filter In the end, the image will be properly replaced in CI with currently built image because we run "make generate-release" once again. Co-authored-by: Martin Gencur <[email protected]>
- Loading branch information