From f0e63a091ef0623563decb034bcfdd924e2dcae9 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 19 Sep 2026 16:22:41 +1000 Subject: [PATCH] feat: allow argocd CLI release assets through the github remote --- config/remote_generic/github.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/remote_generic/github.yaml b/config/remote_generic/github.yaml index 30b0d26..826c45b 100644 --- a/config/remote_generic/github.yaml +++ b/config/remote_generic/github.yaml @@ -48,6 +48,8 @@ patterns: - "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$" - "ahmetb/kubectx/.*/kubens_.*_linux_x86_64.tar.gz$" - "apple/foundationdb/.*/libfdb_c.x86_64.so$" + - "argoproj/argo-cd/.*/argocd-linux-amd64$" + - "argoproj/argo-cd/.*/cli_checksums.txt$" - "astral-sh/ruff/.*/ruff-x86_64-unknown-linux-gnu.tar.gz$" - "astral-sh/uv/.*/uv-x86_64-unknown-linux-gnu.tar.gz$" - "camptocamp/prometheus-puppetdb-exporter/.*/prometheus-puppetdb-exporter-.*.linux-amd64.tar.gz$"