fix: upgrades: teach renovate about the pyroscope version

This commit is contained in:
Earl Warren 2025-04-11 08:55:25 +02:00
parent 66c6a0f456
commit efc1a9f21b
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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