diff --git a/README.md b/README.md index ee0b4894..e2f4b3d0 100644 --- a/README.md +++ b/README.md @@ -820,7 +820,7 @@ The following table lists the parameters for the `auditlogs` component and their | `auditlogs.imagePullSecrets` | Optional list of existing Image Pull Secrets in the format of `- name: my-custom-secret` | `[]` | | `auditlogs.nodeSelector` | [Node selection](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) | `{}` | | `auditlogs.podAnnotations` | add custom pod annotations | `nil` | -| `auditlogs.logRetentionSeconds` | Seconds before an audit event is evicted from the database | `2592000` | +| `auditlogs.logRetentionSeconds` | Seconds before an audit event is evicted from the database | `7776000` | | `auditlogs.replicas` | Number of replicas | `1` | | `auditlogs.affinity` | [Affinity map](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) for the POD | `{}` | | `auditlogs.resources.limits.cpu` | Resources CPU limit | `50m` | diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index f47f8cf8..39dcc0cf 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -1,5 +1,8 @@ # Mender Helm chart +## Version 5.9.3 +* Update default value `auditlogs.logRetentionSeconds` to `7776000` (90 days) + ## Version 5.9.2 * Fix: generate delta worker mongodb secret when using an external secret and the mongodb subchart is enabled. diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 7f7733af..dd0003de 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.7.5" description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization name: mender -version: 5.9.2 +version: 5.9.3 keywords: - mender - iot diff --git a/mender/values.yaml b/mender/values.yaml index 243f98d2..0ad3812b 100644 --- a/mender/values.yaml +++ b/mender/values.yaml @@ -927,7 +927,7 @@ auditlogs: automigrate: true # logRetentionSeconds gives the number of seconds before # an audit event is evicted from the database - logRetentionSeconds: 2592000 + logRetentionSeconds: 7776000 replicas: 1 resources: limits: