fix(linkace): Fixed wrong value for local backups (#3891)

* fix(linkace): Fixed wrong value for local backups

* update values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
I-nebukad-I 2022-09-25 14:02:32 +01:00 committed by GitHub
parent f349ebde31
commit 37f300bc41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ sources:
- https://www.linkace.org/docs/
- https://github.com/linkace/linkace
- https://hub.docker.com/r/linkace/linkace
version: 4.0.46
version: 4.0.47
annotations:
truecharts.org/catagories: |
- media

View File

@ -142,10 +142,10 @@ questions:
description: "Backup destination"
schema:
type: string
default: "local"
default: "local_backups"
enum:
- value: "local"
description: "local"
- value: "local_backups"
description: "local_backups"
- value: "s3"
description: "s3"
- variable: BACKUP_MAX_SIZE

View File

@ -43,7 +43,7 @@ env:
APP_URL: "http://localhost"
APP_DEBUG: false
BACKUP_ENABLED: false
BACKUP_DISK: s3
BACKUP_DISK: local_backups
BACKUP_NOTIFICATION_EMAIL: your@email.com
BACKUP_MAX_SIZE: 512
DB_HOST: