There was an error while loading. Please reload this page.
1 parent 6275f59 commit 057b27eCopy full SHA for 057b27e
1 file changed
src/system/system.service.ts
@@ -23,10 +23,6 @@ export class SystemService {
23
24
private featuresDetected = false;
25
26
- // Pods whose `app` label differs from the ghcr.io image name they
27
- // run. The nvidia connector is a separate DaemonSet but ships the
28
- // same `game-server-node-connector` image, so we point it at the
29
- // same registry digest for the latest-version check.
30
private static SERVICE_TO_REGISTRY: Record<string, string> = {
31
"game-server-node-connector-nvidia": "game-server-node-connector",
32
};
0 commit comments