Skip to content

Commit

Permalink
Default clean logs to false (make it opt in)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdie committed Oct 1, 2024
1 parent 2de6355 commit da40116
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/openforms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openforms
description: Snel en eenvoudig slimme formulieren bouwen en publiceren

type: application
version: 1.4.3
version: 1.4.4
appVersion: 2.7.8
icon: https://open-forms.readthedocs.io/en/stable/_static/logo.svg

Expand Down
4 changes: 2 additions & 2 deletions charts/openforms/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openforms

![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.8](https://img.shields.io/badge/AppVersion-2.7.8-informational?style=flat-square)
![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.8](https://img.shields.io/badge/AppVersion-2.7.8-informational?style=flat-square)

Snel en eenvoudig slimme formulieren bouwen en publiceren

Expand Down Expand Up @@ -158,7 +158,7 @@ helm install my-release my-repo/openforms
| settings.cleanLogs.cronjob.resources | object | `{}` | |
| settings.cleanLogs.cronjob.schedule | string | `"0 0 * * *"` | Schedule to run the clean logs cronjob |
| settings.cleanLogs.daysRetained | int | `90` | Number of days to retain logs |
| settings.cleanLogs.enabled | bool | `true` | Clean Logs, Messages, Timelog Entries |
| settings.cleanLogs.enabled | bool | `false` | Clean Logs, Messages, Timelog Entries |
| settings.cookieSamesite | string | `""` | Choises Strict or Lax |
| settings.cors.allowAllOrigins | bool | `false` | |
| settings.cors.allowedOrigins | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/openforms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ settings:

cleanLogs:
# -- Clean Logs, Messages, Timelog Entries
enabled: true
enabled: false
# -- Number of days to retain logs
daysRetained: 90
cronjob:
Expand Down

0 comments on commit da40116

Please sign in to comment.