Skip to content

Commit 87fa400

Browse files
authored
Merge pull request kubernetes#123126 from bart0sh/PR131-bump-sample-device-plugins-version
Bump sample-device-plugin version
2 parents d6e4c6c + 1085c0b commit 87fa400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/testing-manifests/sample-device-plugin/sample-device-plugin-control-registration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
hostPath:
3333
path: /dev
3434
containers:
35-
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.5
35+
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.7
3636
name: sample-device-plugin
3737
env:
3838
- name: PLUGIN_SOCK_DIR

test/e2e/testing-manifests/sample-device-plugin/sample-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
hostPath:
3636
path: /var/run/cdi
3737
containers:
38-
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.3
38+
- image: registry.k8s.io/e2e-test-images/sample-device-plugin:1.7
3939
name: sample-device-plugin
4040
env:
4141
- name: PLUGIN_SOCK_DIR

0 commit comments

Comments
 (0)