Skip to content

Commit

Permalink
updates (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Dec 1, 2024
1 parent 8150c60 commit 1b573fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bookstack-helm/templates/backup_script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ data:
ln -s /config/www/files /app/www/storage/uploads/files
ln -s /config/www/images /app/www/storage/uploads/images
ln -s /config/www/uploads /app/www/public/uploads
echo "#/bin/sh" > /etc/periodic/daily/backup
echo "sh /backup.files.sh" >> /etc/periodic/daily/backup
chmod +x /etc/periodic/daily/backup
echo "Starting crond"
Expand Down
2 changes: 1 addition & 1 deletion bookstack-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bookstack:
image:
repository: lscr.io/linuxserver/bookstack
pullPolicy: IfNotPresent
tag: "v24.10.2-ls175"
tag: "v24.10.2-ls177"

db_image:
repository: lscr.io/linuxserver/mariadb
Expand Down

0 comments on commit 1b573fd

Please sign in to comment.