Add Image Updater for BookStack

This commit is contained in:
2026-06-23 17:04:56 +00:00
parent 2fd70d8c71
commit 80e3789590
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,8 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: bookstack
namespace: bookstack
spec:
strategy:
type: Recreate
+3
View File
@@ -6,3 +6,6 @@ resources:
- mariadb.yaml
- bookstack.yaml
- ingress.yaml
patches:
- path: deployment-strategy-patch.yaml