From 5038956332f0ab21b17dae844788c8ffba9363e3 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 9 May 2026 12:25:30 +0200 Subject: [PATCH 1/2] argocd: add homelab-gateway application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the homelab-gateway Argo CD Application pointing at arcodange/homelab-gateway (user space, like dance-lessons-coach). Image Updater watches gitea.arcodange.lab/arcodange/homelab-gateway:latest with digest strategy. Phase 1 of the Telegram webhook gateway — a long-running pod that receives webhooks (no more polling) and routes per-bot to handler implementations. Initial bot: @arcodange_factory_bot, slug=factory, echo handler. --- argocd/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/values.yaml b/argocd/values.yaml index aa902df..787e681 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -14,6 +14,11 @@ gitea_applications: annotations: argocd-image-updater.argoproj.io/image-list: webapp=gitea.arcodange.lab/arcodange-org/webapp:latest argocd-image-updater.argoproj.io/webapp.update-strategy: digest + homelab-gateway: + org: arcodange + annotations: + argocd-image-updater.argoproj.io/image-list: homelab-gateway=gitea.arcodange.lab/arcodange/homelab-gateway:latest + argocd-image-updater.argoproj.io/homelab-gateway.update-strategy: digest erp: annotations: {} cms: -- 2.49.1 From 3fb75443511f02407426a6f64a9cd846776ef990 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 9 May 2026 12:35:37 +0200 Subject: [PATCH 2/2] =?UTF-8?q?argocd:=20rename=20homelab-gateway=20?= =?UTF-8?q?=E2=86=92=20telegram-gateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns with the upstream repo rename (arcodange/homelab-gateway → arcodange/telegram-gateway) so the name matches the public URL tg.arcodange.fr and Arcodange's naming conventions. --- argocd/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/values.yaml b/argocd/values.yaml index 787e681..da1ad13 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -14,11 +14,11 @@ gitea_applications: annotations: argocd-image-updater.argoproj.io/image-list: webapp=gitea.arcodange.lab/arcodange-org/webapp:latest argocd-image-updater.argoproj.io/webapp.update-strategy: digest - homelab-gateway: + telegram-gateway: org: arcodange annotations: - argocd-image-updater.argoproj.io/image-list: homelab-gateway=gitea.arcodange.lab/arcodange/homelab-gateway:latest - argocd-image-updater.argoproj.io/homelab-gateway.update-strategy: digest + argocd-image-updater.argoproj.io/image-list: telegram-gateway=gitea.arcodange.lab/arcodange/telegram-gateway:latest + argocd-image-updater.argoproj.io/telegram-gateway.update-strategy: digest erp: annotations: {} cms: -- 2.49.1