diff --git a/examples/go-agent.yaml b/examples/go-agent.yaml index 4d31535..81462b3 100644 --- a/examples/go-agent.yaml +++ b/examples/go-agent.yaml @@ -41,7 +41,7 @@ spec: outputPath: "/tmp/reports" templateDir: "/app/templates" maxFileSizeMB: "50" - retention: "30d" + retention: "720h" services: database: type: service diff --git a/internal/templates/common/docs/README.md.tmpl b/internal/templates/common/docs/README.md.tmpl index 5e5005f..6a3e966 100644 --- a/internal/templates/common/docs/README.md.tmpl +++ b/internal/templates/common/docs/README.md.tmpl @@ -135,7 +135,7 @@ The following custom configuration variables are available: | **Artifacts** | `ARTIFACTS_STORAGE_BUCKET_NAME` | MinIO/S3 bucket name | `artifacts` | | **Artifacts** | `ARTIFACTS_STORAGE_USE_SSL` | Use SSL for MinIO/S3 connections | `true` | | **Artifacts** | `ARTIFACTS_RETENTION_MAX_ARTIFACTS` | Max artifacts per task (0 = unlimited) | `5` | -| **Artifacts** | `ARTIFACTS_RETENTION_MAX_AGE` | Max artifact age (0 = no age limit) | `7d` | +| **Artifacts** | `ARTIFACTS_RETENTION_MAX_AGE` | Max artifact age (0 = no age limit) | `168h` | | **Artifacts** | `ARTIFACTS_RETENTION_CLEANUP_INTERVAL` | Cleanup frequency (0 = manual only) | `24h` | {{- end }} {{- if and .ADL.Spec.Server.Auth .ADL.Spec.Server.Auth.Enabled }}