Add Image Updater for BookStack
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: bookstack
|
||||||
|
namespace: bookstack
|
||||||
|
spec:
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
@@ -6,3 +6,6 @@ resources:
|
|||||||
- mariadb.yaml
|
- mariadb.yaml
|
||||||
- bookstack.yaml
|
- bookstack.yaml
|
||||||
- ingress.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"
|
||||||
Reference in New Issue
Block a user