Files
truecharts/charts/stable/audiobookshelf/values.yaml
T
TrueCharts BotandGitHub 01b785461c chore(deps): update container image advplyr/audiobookshelf to v2.6.0@73356ac (#15440)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| advplyr/audiobookshelf | minor | `2.5.0` -> `2.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43MS4xIiwidXBkYXRlZEluVmVyIjoiMzcuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-30 13:27:59 +01:00

49 lines
1.1 KiB
YAML

image:
repository: advplyr/audiobookshelf
tag: 2.6.0@sha256:73356ac9ffbb85f0b9dd265b8b7c966d9adcb152c8713cadca961d576af13700
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