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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user