17e09f3e3e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `89276ff` → `1eef671` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.35.1`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.35.1) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.35.0...v2.35.1) ##### Important: New authentication system was added in [v2.26.0](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.26.0). See <https://redirect.github.com/advplyr/audiobookshelf/discussions/4460> for details. ##### Fixed - Duplicate refresh tokens across sessions can cause unexpected logout [#​5253](https://redirect.github.com/advplyr/audiobookshelf/issues/5253) by [@​nichwall](https://redirect.github.com/nichwall) in [#​5255](https://redirect.github.com/advplyr/audiobookshelf/issues/5255) - Server crash when renaming an author to another author when they are both on the same book [#​5247](https://redirect.github.com/advplyr/audiobookshelf/issues/5247) by [@​nichwall](https://redirect.github.com/nichwall) in [#​5256](https://redirect.github.com/advplyr/audiobookshelf/issues/5256) - Server crash when invalid `metadata.json` is scanned in [#​5268](https://redirect.github.com/advplyr/audiobookshelf/issues/5268) - Sequelize user queries to use direct case-insensitive username/email matching **Full Changelog**: <https://github.com/advplyr/audiobookshelf/compare/v2.35.0...v2.35.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdWRpb2Jvb2tzaGVsZiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/advplyr/audiobookshelf
|
|
tag: 2.35.1@sha256:1eef6716183c52abafe5405e7d6be8390248ecd59c7488c44af871757ac8fc4d
|
|
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
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 750Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 125Mi
|