Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 8, 2024
1 parent c34207d commit bfe55ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
--set bookstack.mail.password="${{ secrets.MAIL_PASSWORD }}" \
--set bookstack.aws.access_key_id="${{ secrets.ACCESS_KEY_ID }}" \
--set bookstack.aws.secret_access_key="${{ secrets.SECRET_ACCESS_KEY }}" \
--set bookstack.aws.restore_s3_url="${{ secrets.RESTORE_S3_URL }}" \
--set bookstack.aws.backup_s3_url="${{ secrets.BACKUP_S3_URL }}"
2 changes: 0 additions & 2 deletions bookstack-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ bookstack:
image_pvc_size: 5Gi
backup:
cron_schedule: "33 3 * * *"
aws:
restore_s3_url: "skip"

image:
repository: lscr.io/linuxserver/bookstack
Expand Down

0 comments on commit bfe55ac

Please sign in to comment.