This PR contains the following updates: | Package | Update | Change | |---|---|---| | advplyr/audiobookshelf | patch | `2.12.2` -> `2.12.3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMjMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
image:
|
|
repository: advplyr/audiobookshelf
|
|
tag: 2.12.3@sha256:913b19730da3045568508d6e12ddbe0f79b1fbbe71097ec2e9588c1cfc14d5f4
|
|
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
|