Skip to content

Commit

Permalink
Update solidnerd/bookstack Docker tag to v24.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 14, 2024
1 parent e428885 commit 2a604d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/bookstack/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
initContainers:
# https://stackoverflow.com/questions/38483837/please-provide-a-valid-cache-path-error-in-laravel
- name: init
image: solidnerd/bookstack:24.5.2
image: solidnerd/bookstack:24.5.4
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down Expand Up @@ -58,7 +58,7 @@ spec:
- "mkdir -v -p /var/www/bookstack/storage/framework/sessions /var/www/bookstack/storage/framework/views /var/www/bookstack/storage/framework/cache/data /var/www/bookstack/storage/uploads/images /var/www/bookstack/storage/uploads/files /var/www/bookstack/storage/logs"
containers:
- name: "bookstack"
image: "solidnerd/bookstack:24.5.2"
image: "solidnerd/bookstack:24.5.4"
imagePullPolicy: "IfNotPresent"
ports:
- containerPort: 8080
Expand Down

0 comments on commit 2a604d4

Please sign in to comment.