mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #123126 from bart0sh/PR131-bump-sample-device-plugins-version
Bump sample-device-plugin version
This commit is contained in:
commit
87fa400d9d
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ spec:
|
|||
hostPath:
|
||||
path: /dev
|
||||
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
|
||||
env:
|
||||
- name: PLUGIN_SOCK_DIR
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ spec:
|
|||
hostPath:
|
||||
path: /var/run/cdi
|
||||
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
|
||||
env:
|
||||
- name: PLUGIN_SOCK_DIR
|
||||
|
|
|
|||
Loading…
Reference in a new issue