1 Commits

+1 -6
View File
@@ -107,12 +107,7 @@ spec:
spec:
containers:
- name: filebrowser
# 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
image: filebrowser/filebrowser:v2.63.13
ports:
- containerPort: 8080
volumeMounts: