fix: revert filebrowser to v2-alpine (PVC permission issue with v2.63.13) #2

Merged
admin merged 1 commits from fix/filebrowser-revert into main 2026-06-06 13:45:20 +02:00
+6 -1
View File
@@ -107,7 +107,12 @@ spec:
spec: spec:
containers: containers:
- name: filebrowser - name: filebrowser
image: filebrowser/filebrowser:v2.63.13 # NOTE: v2-alpine is a moving tag (Renovate can't track it).
# Pinning to v2.63.13 (debian-based default) broke the PVC permissions
# (the image runs as a non-root UID and can't write to files left
# by the alpine variant). A clean re-pin needs either an initContainer
# to chown the PVC, or a fsGroup on the pod spec. Revisit when time permits.
image: filebrowser/filebrowser:v2-alpine
ports: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts: