Updated
- Bumping chart version to v0.5.76 for scalr-agent v1.0.0
Added
- Added mTLS client certificate configuration (
global.tls.clientCertSecret,global.tls.clientCert,global.tls.clientKey) for mutual TLS authentication between the agent and Scalr. The bootstrap certificate and key are mounted read-only at/etc/scalr-agent/ssl/and mapped toSCALR_AGENT_TLS_CERT_FILEandSCALR_AGENT_TLS_KEY_FILE. Supports both existing Kubernetes secrets (includingkubernetes.io/tlstype) and inline PEM values. Applied to the controller and worker containers; the runner container is not affected. Note: mTLS is an upcoming Enterprise feature.
Fixed
- Fixed
agent.podSecurityContextandtask.podSecurityContexthaving no effect when overriding values fromglobal.podSecurityContext. Component-specific values now correctly take precedence over global defaults.