Add Image Updater for Homepage

This commit is contained in:
2026-06-23 13:58:29 +00:00
parent b34db4fb47
commit 58dbe70012
@@ -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"