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