diff --git a/src/gardenlinux/constants.py b/src/gardenlinux/constants.py index bb8bbc67..ad177e00 100644 --- a/src/gardenlinux/constants.py +++ b/src/gardenlinux/constants.py @@ -162,7 +162,7 @@ S3_DOWNLOADS_DIR = Path(os.path.dirname(__file__)) / ".." / "s3_downloads" GLVD_BASE_URL = ( - "https://glvd.ingress.glvd.gardnlinux.shoot.canary.k8s-hana.ondemand.com/v1" + "https://security.gardenlinux.org/v1" ) GL_DEB_REPO_BASE_URL = "https://packages.gardenlinux.io/gardenlinux"