Skip to content

Commit

Permalink
chore(deps): update solidnerd/bookstack docker tag to v24.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2024
1 parent 259edb4 commit 041b943
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.10.0
image: solidnerd/bookstack:24.10.1
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.10.0"
image: "solidnerd/bookstack:24.10.1"
imagePullPolicy: "IfNotPresent"
ports:
- containerPort: 8080
Expand Down

0 comments on commit 041b943

Please sign in to comment.