Merge pull request 'feat: change user' (#7169) from tmp/audiobookshelf-1 into main
lint-test-helm / lint-helm (push) Successful in 21s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 4m51s

Reviewed-on: #7169
This commit was merged in pull request #7169.
This commit is contained in:
2026-05-19 22:41:20 +00:00
@@ -6,6 +6,8 @@ audiobookshelf:
strategy: Recreate
pod:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
containers:
@@ -28,9 +30,9 @@ audiobookshelf:
- name: TZ
value: America/Chicago
- name: PGID
value: "1000"
value: 1000
- name: PUID
value: "1000"
value: 1000
- name: APPRISE_STORAGE_MODE
value: memory
- name: APPRISE_STATEFUL_MODE