* Update application version to v1.14.0 and add automation consumer and outbox poller services
- Updated APP_RELEASE_VERSION to v1.14.0 in various deployment files.
- Added new services for automation consumer and outbox poller in Docker and Podman configurations.
- Introduced environment variables for outbox poller and automation consumer in relevant .env files.
- Updated build scripts to reflect the new version requirements.
* Add iframely service to deployment configurations
- Introduced iframely service in Dockerfile, supervisor.conf, and various deployment YAML files.
- Updated environment variables to include IFRAMELY_URL and IFRAMELY_REPLICAS.
- Ensured iframely service dependencies are correctly set in all relevant configurations.
* fix: update iframely image path in Dockerfile
* refactor: rename plane-iframely to iframely across deployment configurations
* chore: remove iframely dependency from deployment configurations
* chore: clean up whitespace in docker-compose.yml