[0.3.39] - 2024-05-01
Helm changes
- Applications versions:
- server - 5.63.0
- frontend - 5.63.0
- realtime - 3.0.5
- control-tasks - 2.32.0
- widget - v1.32.0
- Changed access_log stdout in frontend and widget subcharts
- Refactor EFS settings in subcharts.
- Added support for working with s3 bucket. Example in values.yaml:
filesStorage:
type: "s3" # AWS S3 or AWS EFS
region: "eu-west-1"
bucket: "mw-dev-control-2-storage" # for AWS S3
eventFiles: "/ebsmnt/attachments"