File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
helm-chart/postgrescluster Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: postgrescluster
33description : A Helm chart for eoapi database dep for k8s
44type : application
55# The version below should match the version on the PostgresCluster CRD
6- version : 5.5.4
7- appVersion : 5.5.4
6+ version : 5.5.5
7+ appVersion : 5.5.5
Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ spec:
121121 repo1-retention-full : {{ default "2" .Values.backupRetentionFullCount | quote }}
122122 repos :
123123 - name : repo1
124+ schedules :
125+ full : {{ default "0 1 * * 0" .Values.backupScheduleFull | quote }}
126+ differential : {{ default "0 1 * * 1-6" .Values.backupScheduleDifferential | quote }}
124127 volume :
125128 volumeClaimSpec :
126129 {{- if .Values.backupsStorageClassName }}
@@ -137,6 +140,9 @@ spec:
137140 repo1-retention-full : {{ default "2" .Values.backupRetentionFullCount | quote }}
138141 repos :
139142 - name : repo1
143+ schedules :
144+ full : {{ default "0 1 * * 0" .Values.backupScheduleFull | quote }}
145+ differential : {{ default "0 1 * * 1-6" .Values.backupScheduleDifferential | quote }}
140146 volume :
141147 volumeClaimSpec :
142148 {{- if .Values.backupsStorageClassName }}
You can’t perform that action at this time.
0 commit comments