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
@@ -0,0 +1,21 @@
apiVersion: argocd-image-updater.argoproj.io/v1alpha1
kind: ImageUpdater
metadata:
name: bookstack-image-updater
namespace: argocd
spec:
writeBackConfig:
method: "git"
gitConfig:
branch: "main"
applicationRefs:
- namePattern: "bookstack"
images:
- alias: "bookstack"
imageName: "lscr.io/linuxserver/bookstack:latest"
commonUpdateSettings:
updateStrategy: "digest"
manifestTargets:
kustomize:
name: "lscr.io/linuxserver/bookstack"