From 8ee590ceb61a329bfbc1625c21233549ff6972c2 Mon Sep 17 00:00:00 2001 From: Jay Phillips Date: Tue, 23 Jun 2026 14:55:04 +0000 Subject: [PATCH] Add Image Updater for Uptime Kuma --- .../uptime-kuma-image-updater.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/image-updater/uptime-kuma-image-updater.yaml diff --git a/apps/image-updater/uptime-kuma-image-updater.yaml b/apps/image-updater/uptime-kuma-image-updater.yaml new file mode 100644 index 0000000..9f86367 --- /dev/null +++ b/apps/image-updater/uptime-kuma-image-updater.yaml @@ -0,0 +1,21 @@ +apiVersion: argocd-image-updater.argoproj.io/v1alpha1 +kind: ImageUpdater +metadata: + name: uptime-kuma-image-updater + namespace: argocd +spec: + writeBackConfig: + method: "git" + gitConfig: + branch: "main" + + applicationRefs: + - namePattern: "uptime-kuma" + images: + - alias: "uptime-kuma" + imageName: "louislam/uptime-kuma:1" + commonUpdateSettings: + updateStrategy: "digest" + manifestTargets: + kustomize: + name: "louislam/uptime-kuma"