update NPD to version 0.8.12

specifically to get multi-arch support
This commit is contained in:
jjinno 2022-10-04 15:51:46 -07:00 committed by GitHub
parent 4f34d8df11
commit 3463a9fd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (b *NodeProblemDetectorOptionsBuilder) BuildOptions(o interface{}) error {
}
if npd.Image == nil {
npd.Image = fi.String("registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.8")
npd.Image = fi.String("registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.12")
}
return nil