From bdc24e1778c4aa2c573ee981468a3d2338bca98a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 24 Sep 2024 07:00:38 -0500 Subject: [PATCH] updatebot: Manage ntfy --- updatebot/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/updatebot/config.yml b/updatebot/config.yml index 31b5ec9..bc92ade 100644 --- a/updatebot/config.yml +++ b/updatebot/config.yml @@ -69,3 +69,14 @@ projects: kind: docker namespace: apache repository: tika + +- name: ntfy + kind: kustomize + images: + - name: ntfy + image: docker.io/binwiederhier/ntfy + tag_format: v{version} + source: + kind: github + organization: binwiederhier + repo: ntfy