This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `c16dc18` -> `9e0a204` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>advplyr/audiobookshelf (docker.io/advplyr/audiobookshelf)</summary> ### [`v2.17.2`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.17.2) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.17.1...v2.17.2) ##### Fixed - Unable to edit book series sequence [#​3636](https://redirect.github.com/advplyr/audiobookshelf/issues/3636) - iOS unable to select m4b files in file picker [#​2690](https://redirect.github.com/advplyr/audiobookshelf/issues/2690) by [@​sevenlayercookie](https://redirect.github.com/sevenlayercookie) in [#​3632](https://redirect.github.com/advplyr/audiobookshelf/issues/3632) - Servers on v2.10.1 and below unable to upgrade to v2.17.0 and up (fixed migration file) ##### Changed - Persist podcast episode table sort and filter options in browser local storage [#​1321](https://redirect.github.com/advplyr/audiobookshelf/issues/1321) - UI/UX: Upload page cleaned up for mobile screen sizes - More strings translated - Arabic by [@​Terminal-Grasshopper](https://redirect.github.com/Terminal-Grasshopper) - Italian by [@​burghy86](https://redirect.github.com/burghy86) ##### Internal - PR Template by [@​nichwall](https://redirect.github.com/nichwall) in [#​3603](https://redirect.github.com/advplyr/audiobookshelf/issues/3603) #### New Contributors - [@​sevenlayercookie](https://redirect.github.com/sevenlayercookie) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3632](https://redirect.github.com/advplyr/audiobookshelf/pull/3632) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.17.1...v2.17.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
image:
|
|
repository: docker.io/advplyr/audiobookshelf
|
|
tag: 2.17.2@sha256:9e0a204b39212726cd6739a05bb81ce1b4f48a0d238c8a977a6192adf59cc55f
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10223
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/ping"
|
|
readiness:
|
|
path: "/ping"
|
|
startup:
|
|
path: "/ping"
|
|
env:
|
|
AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
TOKEN_SECRET:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: TOKEN_SECRET
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
audiobooks:
|
|
enabled: true
|
|
mountPath: /audiobooks
|
|
metadata:
|
|
enabled: true
|
|
mountPath: /metadata
|
|
portal:
|
|
open:
|
|
enabled: true
|