Add Image Updater for Homepage
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: argocd-image-updater.argoproj.io/v1alpha1
|
||||
kind: ImageUpdater
|
||||
metadata:
|
||||
name: homepage-image-updater
|
||||
namespace: argocd
|
||||
spec:
|
||||
writeBackConfig:
|
||||
method: "git:secret:argocd/image-updater-git-creds"
|
||||
gitConfig:
|
||||
branch: "main"
|
||||
|
||||
applicationRefs:
|
||||
- namePattern: "homepage"
|
||||
images:
|
||||
- alias: "homepage"
|
||||
imageName: "ghcr.io/gethomepage/homepage:latest"
|
||||
commonUpdateSettings:
|
||||
updateStrategy: "digest"
|
||||
manifestTargets:
|
||||
kustomize:
|
||||
name: "ghcr.io/gethomepage/homepage"
|
||||
Reference in New Issue
Block a user