From efc1a9f21bdb2935c3b432eb4a2d07a059da73b2 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 11 Apr 2025 08:55:25 +0200 Subject: [PATCH] fix: upgrades: teach renovate about the pyroscope version --- upgrade/test-pprof-upload.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/upgrade/test-pprof-upload.sh b/upgrade/test-pprof-upload.sh index 3c10638c..38fdb653 100644 --- a/upgrade/test-pprof-upload.sh +++ b/upgrade/test-pprof-upload.sh @@ -22,10 +22,12 @@ function test_upload_profiles() { done } +PYROSCOPE_VERSION=1.12.0 # renovate: datasource=docker depName=data.forgejo.org/oci/pyroscope + function test_forgejo_pprof() { stop docker rm -f test_pyroscope - docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0 + docker run --name test_pyroscope --rm -d -p 4040:4040 data.forgejo.org/oci/pyroscope:$PYROSCOPE_VERSION reset_forgejo $UPGRADE_DIR/default-app.ini