Files
truecharts/charts/stable/audiobookshelf/values.yaml
T
TrueCharts Bot f24a0e0746 feat(audiobookshelf): update image docker.io/advplyr/audiobookshelf 2.33.2 → 2.34.0 (#47622)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf)
| minor | `a44ed89` → `4143292` |

---

> [!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.34.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.34.0)

[Compare
Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.33.2...v2.34.0)

##### 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.

##### Added

- Japanese language and Japan as podcast search region by
[@&#8203;na3shkw](https://redirect.github.com/na3shkw) in
[#&#8203;5211](https://redirect.github.com/advplyr/audiobookshelf/issues/5211)
- Autocomplete attributes on login and setup fields for password manager
support by [@&#8203;meek2100](https://redirect.github.com/meek2100) in
[#&#8203;5089](https://redirect.github.com/advplyr/audiobookshelf/issues/5089)

##### Fixed

- Recent episodes not updating from cache when media progress changes in
[#&#8203;5159](https://redirect.github.com/advplyr/audiobookshelf/issues/5159)
- Error logging when a podcast's auto-download schedule has an invalid
cron expression

##### Changed

- Public media item shares: use start time passed in query parameter for
existing sessions by
[@&#8203;pjkottke](https://redirect.github.com/pjkottke) in
[#&#8203;5163](https://redirect.github.com/advplyr/audiobookshelf/issues/5163)
- Podcast episode downloads use SSRF filtering on the HTTP request
(matches other external requests)
- Podcast create and update validate the auto-download schedule cron
expression and sanitizes the HTML description
- Playlists, collections, and library item batch API routes enforce
library and per-item access
- More strings translated
- Belarusian by
[@&#8203;pavel-miniutka](https://redirect.github.com/pavel-miniutka)
  - Hungarian by [@&#8203;ugyes](https://redirect.github.com/ugyes)
  - Japanese by [@&#8203;na3shkw](https://redirect.github.com/na3shkw)

##### Internal

- ApiCacheManager test coverage for recent-episodes cache invalidation

#### New Contributors

- [@&#8203;pjkottke](https://redirect.github.com/pjkottke) made their
first contribution in
[#&#8203;5163](https://redirect.github.com/advplyr/audiobookshelf/pull/5163)
- [@&#8203;meek2100](https://redirect.github.com/meek2100) made their
first contribution in
[#&#8203;5089](https://redirect.github.com/advplyr/audiobookshelf/pull/5089)
- [@&#8203;na3shkw](https://redirect.github.com/na3shkw) made their
first contribution in
[#&#8203;5211](https://redirect.github.com/advplyr/audiobookshelf/pull/5211)

**Full Changelog**:
<https://github.com/advplyr/audiobookshelf/compare/v2.33.2...v2.34.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdWRpb2Jvb2tzaGVsZiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-04-28 04:23:28 +02:00

55 lines
1.2 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/advplyr/audiobookshelf
tag: 2.34.0@sha256:4143292c530f6ac6700afd13360c04f477e4f1a81c1c97c4224b1c7e4330c5c4
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