diff --git a/README.md b/README.md index bcdfd5b..cb194f1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ "docker.libcuda.so": "https://registry-1.docker.io", "quay.libcuda.so": "https://quay.io", "gcr.libcuda.so": "https://k8s.gcr.io", + "k8s-gcr.libcuda.so": "https://k8s.gcr.io", "ghcr.libcuda.so": "https://ghcr.io", }; ``` diff --git a/src/index.js b/src/index.js index 8f7e77b..39d5d6c 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,8 @@ addEventListener("fetch", (event) => { const routes = { "docker.libcuda.so": "https://registry-1.docker.io", "quay.libcuda.so": "https://quay.io", - "gcr.libcuda.so": "https://k8s.gcr.io", + "gcr.libcuda.so": "https://gcr.io", + "k8s-gcr.libcuda.so": "https://k8s.gcr.io", "ghcr.libcuda.so": "https://ghcr.io", };