stakater / application

Generic helm chart for all kind of applications
http://stakater.com
MIT License
199 stars 85 forks source link

add schedule #317

Closed AsfaMumtaz closed 2 months ago

github-actions[bot] commented 3 months ago

@AsfaMumtaz validation successful`

d3adb5 commented 2 months ago

I forgot to mention one thing: this changes the interface in a way that is not backwards compatible, so it would require a major version bump. How about instead we detect whether .Values.backup is filled and use it if present as long as .Values.schedule (or .Values.backupSchedule) is empty? That would allow us to deprecate it, issue a warning in the NOTES.txt template, and in the next major version upgrade do away with the old option completely.