Skip to content

Commit

Permalink
Merge pull request #897 from wangzhen127/bump-v0.8.18
Browse files Browse the repository at this point in the history
Bump NPD versions to v0.8.18
  • Loading branch information
k8s-ci-robot authored Apr 5, 2024
2 parents d5346f2 + ea591f5 commit 13b65d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/node-problem-detector-healthchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.17
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.18
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /node-problem-detector
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.17
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.18
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/apimachinery v0.29.3
k8s.io/component-base v0.29.2
k8s.io/klog/v2 v2.120.1
k8s.io/node-problem-detector v0.8.17
k8s.io/node-problem-detector v0.8.18
sigs.k8s.io/boskos v0.0.0-20200515170311-7d36bde8cdf6
)

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.16
v0.8.18

0 comments on commit 13b65d0

Please sign in to comment.