From e24176cc443e0ed8b5871d74eb0ab2e2bc8dcacc Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 7 Mar 2025 11:54:47 +0100
Subject: [PATCH] Log where we pull app tarballs from

---
 templates/setup-apps-configmap.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/setup-apps-configmap.yaml b/templates/setup-apps-configmap.yaml
index fdfc6ed9..38844435 100644
--- a/templates/setup-apps-configmap.yaml
+++ b/templates/setup-apps-configmap.yaml
@@ -119,6 +119,7 @@ data:
       {{- else }}
       url="https://github.com/{{ .github_repository }}/releases/download/{{ .version }}/{{ tpl .release_filename $ }}"
       {{- end }} # end if .raw_url
+      echo "Fetching tarball from ${url}"
       curl "$url" -Lo "{{ .name }}.tar.gz"
       # If the above url results in a 404, curl will not complain and store the
       # body of the 404 in the file :/. So we check here whether we actually
-- 
GitLab