Skip to content

Commit 1085c0b

Browse files
committed
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
1 parent 3a4c35c commit 1085c0b

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)