Skip to content

Commit

Permalink
update images in kube manifests
Browse files Browse the repository at this point in the history
OrellBuehler committed May 12, 2024
1 parent 6f36e60 commit 388224e
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/manifests/device-plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion kubernetes/manifests/scheduler.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 388224e

Please sign in to comment.