diff --git a/kubernetes/manifests/device-plugin.yaml b/kubernetes/manifests/device-plugin.yaml index 8d90d9a..e50de2f 100644 --- a/kubernetes/manifests/device-plugin.yaml +++ b/kubernetes/manifests/device-plugin.yaml @@ -29,7 +29,7 @@ spec: priorityClassName: system-node-critical containers: - name: nvshare-lib - image: docker.io/grgalex/nvshare:libnvshare-v0.1-8c2f5b90 + image: ghcr.io/ateleris/nvshare:libnvshare-latest command: - sleep - infinity @@ -58,7 +58,7 @@ spec: # mount for /var/run/nvshare/libnvshare.so mountPropagation: Bidirectional - name: nvshare-device-plugin - image: docker.io/grgalex/nvshare:nvshare-device-plugin-v0.1-8c2f5b90 + image: ghcr.io/ateleris/nvshare:device-plugin-latest imagePullPolicy: IfNotPresent env: - name: NVSHARE_VIRTUAL_DEVICES diff --git a/kubernetes/manifests/scheduler.yaml b/kubernetes/manifests/scheduler.yaml index d20b729..60c0635 100644 --- a/kubernetes/manifests/scheduler.yaml +++ b/kubernetes/manifests/scheduler.yaml @@ -29,7 +29,7 @@ spec: priorityClassName: system-node-critical containers: - name: nvshare-scheduler - image: docker.io/grgalex/nvshare:nvshare-scheduler-v0.1-8c2f5b90 + image: ghcr.io/ateleris/nvshare:scheduler-latest imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false