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 15:02:32 +02:00
committed by GitHub
co-authored by Stavros Kois
parent f349ebde31
commit 37f300bc41
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://www.linkace.org/docs/ - https://www.linkace.org/docs/
- https://github.com/linkace/linkace - https://github.com/linkace/linkace
- https://hub.docker.com/r/linkace/linkace - https://hub.docker.com/r/linkace/linkace
version: 4.0.46 version: 4.0.47
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
+3 -3
View File
@@ -142,10 +142,10 @@ questions:
description: "Backup destination" description: "Backup destination"
schema: schema:
type: string type: string
default: "local" default: "local_backups"
enum: enum:
- value: "local" - value: "local_backups"
description: "local" description: "local_backups"
- value: "s3" - value: "s3"
description: "s3" description: "s3"
- variable: BACKUP_MAX_SIZE - variable: BACKUP_MAX_SIZE
+1 -1
View File
@@ -43,7 +43,7 @@ env:
APP_URL: "http://localhost" APP_URL: "http://localhost"
APP_DEBUG: false APP_DEBUG: false
BACKUP_ENABLED: false BACKUP_ENABLED: false
BACKUP_DISK: s3 BACKUP_DISK: local_backups
BACKUP_NOTIFICATION_EMAIL: your@email.com BACKUP_NOTIFICATION_EMAIL: your@email.com
BACKUP_MAX_SIZE: 512 BACKUP_MAX_SIZE: 512
DB_HOST: DB_HOST: