## Expected Behavior When you install Eventing from https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml, the in-memory channel provisioner should be included. ## Actual Behavior Users are seeing errors when installing eventing from https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml unless they explicitly install the in-memory channel provisioner from: https://github.com/knative/eventing/releases/download/v0.4.0/in-memory-channel.yaml ## Steps to Reproduce the Problem 1. Try to install https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml without in-memory channel provisioner 1. Get error, as shown in comments on PR #944 and #960