EVA App Helm Chart Release Notes
Version 2.0.3
Fixed
pvc: Fixed an issue with the Volume Mount configuration in the eva-a
Version 2.0.2
Fixed
database.type(str): Fixed an issue where the MySQL Deployment was not created when the setting was"internal"
Version 2.0.1
Breaking Changes
- As part of the Helm chart update, all configurable keys have been defined in values.yaml. In addition, the structure of values.yaml has been reorganized so that EVA-APP application settings are grouped under app, while resource and infrastructure settings are separated into dedicated sections.
- The related details are explained on the EVA-App Installation page.
Version 1.7.1
Added
configMap.data.DETECTION_INTERVAL_CONTROLLER(str) - Sets the controller for detection interval (default: agent, allowed values: agent or app)configMap.data.AGENT_REQUEST_TIMEOUT_SECONDS(float) - Timeout for requests to eva agent (default: 30)configMap.data.PIPELINE_JOB_PERCEPTOR_WORKER_NUM(int) - Number of Perceptor workers (default: 1, must be greater than 0)configMap.data.PIPELINE_JOB_PERCEPTOR_QUEUE_SIZE(int) - Queue size for Perceptor (default: 10, must be greater than 0)configMap.data.ANNOTATION_COLOR_MODE(str) - Color mode for annotation boxes on the screen (default: GRAY, allowed values: COLOR or GRAY)configMap.data.DISPATHCER_FACE_ANONYMIZER_ENABLED(bool) - Use of face anonymize feature (default: true)configMap.data.SCHEDULER_UPDATE_CAMERAS_BATCH_INTERVAL(int) - Interval for updating VLM model usage information (in seconds) (default: 30, must be greater than 30)configMap.data.UPDATE_CAMERAS_BATCH_IF_NEEDED(bool) - Whether to update the camera batch if needed (e.g., changes in camera and monitoring status) (default: false)
Changed
license.activation_type->license.activation_mode(str) - RenamedconfigMap.data.STREAMER_DRAWING_INTEREST_AREA_ENABLED(bool) - Default value changed (true-> false)
Version 1.6.1
Added
-
license.*(dict) – Added configuration fields required for enabling the License feature.(No default Helm values, required value) -
configMap.data.INGESTER_STREAM_FPS_FOR_GRAB(int) – FPS configuration used by the Ingester module to synchronize frames with the RTSP server. (default: 40)
Removed
configMap.data.DEPLOYED_CLUSTER(str) – Removed due to deprecation of Vision ML Pod management within the EVA App.configMap.data.EDGE_CONDUCTOR_URL(str) – Removed due to deprecation of Vision ML Pod management within the EVA App.inference.*(dict) – Entire inference configuration block removed as the EVA App no longer manages Vision ML Pods.configMap.data.ALERT_EXPIRE_DAYS(int) – Replaced byANALYSIS_RETENTION_DAYS. (Previous default: 30)