chore: update default filebrowser version (#7390)
Filebrowser recently release v2.25.0. Until now, we couldn't use v2.24.0, which brings chunked uploads, due to an issue with Cloudflare environments. This got fixed in v2.25.0, so that chunked uploads should now work for every user: https://github.com/filebrowser/filebrowser/releases/tag/v2.25.0
This commit is contained in:
Родитель
f81aadde7d
Коммит
3657452cc9
|
@ -21,7 +21,7 @@ spec:
|
|||
- name: APP_SECURE_COOKIES
|
||||
value: $(VWA_APP_SECURE_COOKIES)
|
||||
- name: VOLUME_VIEWER_IMAGE
|
||||
value: filebrowser/filebrowser:v2.23.0
|
||||
value: filebrowser/filebrowser:v2.25.0
|
||||
volumeMounts:
|
||||
- name: viewer-spec
|
||||
mountPath: /etc/config/viewer-spec.yaml
|
||||
|
|
Загрузка…
Ссылка в новой задаче