Skip to content

Commit 8c33d3e

Browse files
authored
Merge pull request kubernetes#118967 from tukwila/upgrade_npd_image_v0.8.13
upgrade npd image version to v0.8.13 for kubemark
2 parents 4682f86 + f6a86bb commit 8c33d3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/dependencies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ dependencies:
9191
refPaths:
9292
- path: test/e2e_node/image_list.go
9393
match: const defaultImage
94+
- path: test/kubemark/resources/hollow-node_template.yaml
95+
match: registry.k8s.io/node-problem-detector/node-problem-detector
9496
# TODO(dims): Ensure newer versions get uploaded to
9597
# - https://console.cloud.google.com/storage/browser/gke-release/winnode/node-problem-detector
9698
# - https://gcsweb.k8s.io/gcs/kubernetes-release/node-problem-detector/

test/kubemark/resources/hollow-node_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
cpu: {{hollow_proxy_millicpu}}m
100100
memory: {{hollow_proxy_mem_Ki}}Ki
101101
- name: hollow-node-problem-detector
102-
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.9
102+
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13
103103
env:
104104
- name: NODE_NAME
105105
valueFrom:

0 commit comments

Comments
 (0)