mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Bump sample-device-plugin image version
Currently published image version doesn't include latest code changes, for example CDI support. Manifests include different and outdated image versions
This commit is contained in:
parent
3a4c35cc89
commit
1085c0b15a
@ -32,7 +32,7 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /dev
|
path: /dev
|
||||||
containers:
|
containers:
|
||||||
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.5
|
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.7
|
||||||
name: sample-device-plugin
|
name: sample-device-plugin
|
||||||
env:
|
env:
|
||||||
- name: PLUGIN_SOCK_DIR
|
- name: PLUGIN_SOCK_DIR
|
||||||
|
@ -35,7 +35,7 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/cdi
|
path: /var/run/cdi
|
||||||
containers:
|
containers:
|
||||||
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.3
|
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.7
|
||||||
name: sample-device-plugin
|
name: sample-device-plugin
|
||||||
env:
|
env:
|
||||||
- name: PLUGIN_SOCK_DIR
|
- name: PLUGIN_SOCK_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user