mirror of https://github.com/kubernetes/kops.git
update NPD to version 0.8.12
specifically to get multi-arch support
This commit is contained in:
parent
4f34d8df11
commit
3463a9fd5e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue