Skip to content

Commit

Permalink
update images in kube manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
OrellBuehler committed May 12, 2024
1 parent 6f36e60 commit 388224e
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 388224e

Please sign in to comment.