-Docs @ v0.11.2
-Examples @ v0.11.2
Changes
Fixes 🐛
- Send Tekton installation namespace to EL (#929)
The EventListener did not have knowledge of which namespace Triggers was installed in. Instead it always assumed it was tekton-pipelines
leading to the bug described in #923.
This PR fixes by having the Reconciler send the installation namespace as a environment variable set on the EventListener's pod.
How to upgrade from v0.11.1 :up_arrow:
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.11.2/release.yaml
Thanks
Thanks to these contributors who contributed to v0.11.2!
- ❤️ @dibyom