From 5e2020aa0f07fb4eb26b731fabd3f6f042bd2ddc Mon Sep 17 00:00:00 2001 From: Siva Date: Fri, 3 Jul 2026 20:05:18 +0530 Subject: [PATCH] chore: update default manifest URL to production endpoint --- server/internal/config/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/internal/config/config.go b/server/internal/config/config.go index a9c1316b..3f44ef47 100644 --- a/server/internal/config/config.go +++ b/server/internal/config/config.go @@ -109,8 +109,7 @@ func (d DockerSwarm) validate() []error { } // DefaultManifestURL is the pgEdge CDN URL used when no manifest_url is configured. -// TODO(PLAT-598): Replace with the real URL once the hosting location is confirmed. -const DefaultManifestURL = "https://download.pgedge.com/manifests/version-manifest.json" +const DefaultManifestURL = "https://downloads.pgedge.com/manifests/release/control-plane/version-manifest.json" var defaultDockerSwarm = DockerSwarm{ ImageRepositoryHost: "ghcr.io/pgedge",