diff --git a/charts/percona-xtradb-cluster/Chart.yaml b/charts/percona-xtradb-cluster/Chart.yaml index 37b8b68..b70ee5c 100644 --- a/charts/percona-xtradb-cluster/Chart.yaml +++ b/charts/percona-xtradb-cluster/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.10.9 +version: 1.10.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/percona-xtradb-cluster/templates/cluster.yml b/charts/percona-xtradb-cluster/templates/cluster.yml index 278d5ab..b0baaf9 100644 --- a/charts/percona-xtradb-cluster/templates/cluster.yml +++ b/charts/percona-xtradb-cluster/templates/cluster.yml @@ -420,3 +420,21 @@ spec: schedule: "1 16 2-31 * *" keep: 30 storageName: backup-4 + + # At 00:01 on day-of-month 1. + - name: monthly-backup-2 + schedule: "1 0 1 * *" + keep: 6 + storageName: backup-2 + + # At 08:01 on day-of-month 1. + - name: monthly-backup-3 + schedule: "1 8 1 * *" + keep: 6 + storageName: backup-3 + + # At 16:01 on day-of-month 1. + - name: monthly-backup-4 + schedule: "1 16 1 * *" + keep: 6 + storageName: backup-4