File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ dependencies:
91
91
refPaths :
92
92
- path : test/e2e_node/image_list.go
93
93
match : const defaultImage
94
+ - path : test/kubemark/resources/hollow-node_template.yaml
95
+ match : registry.k8s.io/node-problem-detector/node-problem-detector
94
96
# TODO(dims): Ensure newer versions get uploaded to
95
97
# - https://console.cloud.google.com/storage/browser/gke-release/winnode/node-problem-detector
96
98
# - https://gcsweb.k8s.io/gcs/kubernetes-release/node-problem-detector/
Original file line number Diff line number Diff line change 99
99
cpu : {{hollow_proxy_millicpu}}m
100
100
memory : {{hollow_proxy_mem_Ki}}Ki
101
101
- 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
103
103
env :
104
104
- name : NODE_NAME
105
105
valueFrom :
You can’t perform that action at this time.
0 commit comments