Skip to content

Commit 7707642

Browse files
authored
ref(profiles): Use new location for vroom (#69441)
1 parent 5a1bad3 commit 7707642

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
@@ -3029,7 +3029,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30293029
),
30303030
"vroom": lambda settings, options: (
30313031
{
3032-
"image": "us.gcr.io/sentryio/vroom:nightly",
3032+
"image": "us-central1-docker.pkg.dev/sentryio/vroom/vroom:latest",
30333033
"volumes": {"profiles": {"bind": "/var/lib/sentry-profiles"}},
30343034
"environment": {
30353035
"SENTRY_KAFKA_BROKERS_PROFILING": "{containers[kafka][name]}:9093",

0 commit comments

Comments
 (0)