Skip to main content

EVA App Helm Chart Release Notes

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) - Renamed
  • configMap.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 by ANALYSIS_RETENTION_DAYS. (Previous default: 30)