Skip to content

Commit e842171

Browse files
authored
Merge pull request #527 from stmcginnis/image-path
Update image path in deployment yaml
2 parents 49f592d + f604a5a commit e842171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/node-problem-detector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- /node-problem-detector
3030
- --logtostderr
3131
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32-
image: k8s.gcr.io/node-problem-detector:v0.8.1
32+
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
3333
resources:
3434
limits:
3535
cpu: 10m

0 commit comments

Comments
 (0)