diff --git a/apps/image-updater/homepage-image-updater.yaml b/apps/image-updater/homepage-image-updater.yaml new file mode 100644 index 0000000..6b56a7f --- /dev/null +++ b/apps/image-updater/homepage-image-updater.yaml @@ -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"