github Scalr/agent-helm agent-local-0.5.64

14 hours ago

Updated

  • Bumping chart version to v0.5.64 for scalr-agent v0.60.0

Updated

  • Upgrade default resource limits from 2 to 4 cpu.

Added

  • Added metadata service access control with allowMetadataService and NetworkPolicy support.
  • Added OpenTelemetry configuration options for metrics and traces.
  • Added "Security" section to documentation.

Changed

  • The shared data directory (which previously included cache) is now split into separate directories for workspace runtime data and cache:
    • Added agent.cacheDir configuration option to control the cache directory location, default is /var/lib/scalr-agent/cache.
    • Default agent.dataDir mount changed from /var/lib/scalr-agent to /var/lib/scalr-agent/data to avoid collisions with the cache directory.
    • The persistence.enabled option now applies only to the cache directory using a single shared PVC. The data directory will remain on emptyDir regardless of the persistence.enabled setting, as the data directory doesn't require persistence.
    • The persistence.emptyDir.sizeLimit=20Gi is now split into persistence.data.emptyDir.sizeLimit=4Gi and persistence.cache.emptyDir.sizeLimit=1Gi.

Don't miss a new agent-helm release

NewReleases is sending notifications on new releases.