Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/gpu/overlays/device-faker/device-faker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: kubelet-plugin
command: ["/kubelet-gpu-plugin", "-v", "5"]
# TODO: change to :devel when public CI is in place
image: ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel-gpu-resource-driver:devel
image: ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel-gpu-resource-driver:latest
# TODO: pull policy is needed when :devel is used instead of :latest
imagePullPolicy: Always
Comment on lines 32 to 35
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODOs are still valid?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the device-faker is not yet published to ghcr and is not used in CI / GHA workflows..

env:
Expand Down