Updated
- Bumping chart version to v0.5.49 for scalr-agent v0.48.0
Changes
- Amazon EFS: Set default efsMountOptions for EFS/NFS cache timings:
efsMountOptions:
- acregmin=1
- acregmax=3
- acdirmin=1
- acdirmax=3
These settings ensure that the NFS attribute cache is kept minimal, providing better read-after-write consistency across pods.
For more information, see: https://www.ibm.com/docs/en/aix/7.2.0?topic=client-nfs-file-attribute-cache-tuning
- Split the
securityContext
configuration into a more detailedpodSecurityContext
and per-containersecurityContext
. - Drop Linux capabilities in
securityContext
by default. - Add an option to configure
automountServiceAccountToken
. It is enabled by default to preserve the previous behavior. - Add
app.kubernetes.io/component
label for worker and controller. - Make
agent.url
Helm config optional.