This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rmcrackan/libation](https://github.com/rmcrackan/Libation) | minor | `12.5.7` -> `12.7.0` | --- ### Release Notes <details> <summary>rmcrackan/Libation (rmcrackan/libation)</summary> ### [`v12.7.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.7.0): Libation 12.7 [Compare Source](https://github.com/rmcrackan/Libation/compare/v12.6.0...v12.7.0) - New simplified way of handling Audible login - Add multiple image sizes in windows folder icons - Click to open log file - [#​1261](https://github.com/rmcrackan/Libation/issues/1261) - Request metadata for the audiobook version being downloaded - [#​1398](https://github.com/rmcrackan/Libation/issues/1398) - Add Account column Thanks to [@​Mbucari](https://github.com/Mbucari) [Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue? ### [`v12.6.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.6.0): Libation 12.6 [Compare Source](https://github.com/rmcrackan/Libation/compare/v12.5.7...v12.6.0) - Add support for postgres Thanks to [@​twsouthwick](https://github.com/twsouthwick) [Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue? </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQyLjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1940 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
libation:
|
|
controllers:
|
|
main:
|
|
type: cronjob
|
|
cronjob:
|
|
suspend: false
|
|
concurrencyPolicy: Forbid
|
|
timeZone: US/Central
|
|
schedule: "30 4 * * *"
|
|
startingDeadlineSeconds: 90
|
|
successfulJobsHistory: 3
|
|
failedJobsHistory: 3
|
|
backoffLimit: 3
|
|
parallelism: 1
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: rmcrackan/libation
|
|
tag: 12.7.0
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
- name: SLEEP_TIME
|
|
value: "-1"
|
|
- name: LIBATION_BOOKS_DIR
|
|
value: /data
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|
|
persistence:
|
|
config:
|
|
existingClaim: libation-config
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /config
|
|
readOnly: false
|
|
data:
|
|
existingClaim: libation-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /data
|
|
readOnly: false
|