Skip to content

Commit ce6f54f

Browse files
phacopsMichaelSun48
authored andcommitted
ref(profiles): Use new location for vroom (#69441)
1 parent c050431 commit ce6f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30273027
),
30283028
"vroom": lambda settings, options: (
30293029
{
3030-
"image": "us.gcr.io/sentryio/vroom:nightly",
3030+
"image": "us-central1-docker.pkg.dev/sentryio/vroom/vroom:latest",
30313031
"volumes": {"profiles": {"bind": "/var/lib/sentry-profiles"}},
30323032
"environment": {
30333033
"SENTRY_KAFKA_BROKERS_PROFILING": "{containers[kafka][name]}:9093",

0 commit comments

Comments
 (0)