Skip to content

Commit 260ac9e

Browse files
authored
Update GLVD endpoint (#261)
1 parent 8f95580 commit 260ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
S3_DOWNLOADS_DIR = Path(os.path.dirname(__file__)) / ".." / "s3_downloads"
163163

164164
GLVD_BASE_URL = (
165-
"https://glvd.ingress.glvd.gardnlinux.shoot.canary.k8s-hana.ondemand.com/v1"
165+
"https://security.gardenlinux.org/v1"
166166
)
167167
GL_DEB_REPO_BASE_URL = "https://packages.gardenlinux.io/gardenlinux"
168168

0 commit comments

Comments
 (0)