diff --git a/templates/setup-apps-configmap.yaml b/templates/setup-apps-configmap.yaml
index fdfc6ed9b3ed8bc842f5fb61ffe4f67009c6b698..3884443521d27ea6972ad529c7297e287aa14431 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