From a76543660bf0a726b7495a6ca243803a27f0ffc2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 22:05:17 +0900 Subject: [PATCH] FEAT(repo): add repositoryMaintenanceJob - auto-cleanup: keep only late... --- velero/helm-values/velero.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/velero/helm-values/velero.yaml b/velero/helm-values/velero.yaml index a18e80f..a8d3374 100644 --- a/velero/helm-values/velero.yaml +++ b/velero/helm-values/velero.yaml @@ -68,6 +68,13 @@ configuration: # Restore only mode (for disaster recovery) restoreOnlyMode: false + # Repository maintenance job configuration + # Automatically clean up completed maintenance jobs + repositoryMaintenanceJob: + repositoryConfigData: + global: + keepLatestMaintenanceJobs: 1 # Keep only the latest 1 completed job per repository + # Credentials for S3 access (from Vault via External Secrets) credentials: useSecret: true