* Initial EKS deployment work
- Initial EKS deployment documentation and scripts
* Added EFS for EKS `/mounted-containers`
- Added EFS for EKS `/mounted-containers` for large container processing
* Fix EKS Helm deployment bugs and agents API change (#109)
* fix: pods crash on startup due to psql credential path mismatch
templates referenced .Values.postgres which don't exist in values. Updated to .Values.credentials.postgres.
* fix: jaeger container crash backoff due to v1 vs v2 service config diff
* fix: pod crash back off due to loki require of delete_request_store also securityContext updated
* fix: pod crash back off due to non valid config keys
* fix: chatbot 503 mcp cannot start due to chatbot_readonly missing
* nit: add aws session token for STS creds for testing if blank should not make a difference
* fix: deps issue with pydantic-ai getting modelmanager fail with unexpected keywaord ardument controller
* Change default action build trigger
---------
Co-authored-by: Jake <93880195+aggr0cr4g@users.noreply.github.com>