File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
addons/node-problem-detector Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencies:
87
87
- path : cluster/images/etcd/migrate/options.go
88
88
89
89
- name : " node-problem-detector"
90
- version : 0.8.19
90
+ version : 0.8.20
91
91
refPaths :
92
92
- path : test/e2e_node/image_list.go
93
93
match : const defaultImage
Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ metadata:
30
30
namespace : kube-system
31
31
labels :
32
32
app.kubernetes.io/name : node-problem-detector
33
- app.kubernetes.io/version : v0.8.19
33
+ app.kubernetes.io/version : v0.8.20
34
34
addonmanager.kubernetes.io/mode : Reconcile
35
35
spec :
36
36
selector :
37
37
matchLabels :
38
38
app.kubernetes.io/name : node-problem-detector
39
- app.kubernetes.io/version : v0.8.19
39
+ app.kubernetes.io/version : v0.8.20
40
40
template :
41
41
metadata :
42
42
labels :
43
43
app.kubernetes.io/name : node-problem-detector
44
- app.kubernetes.io/version : v0.8.19
44
+ app.kubernetes.io/version : v0.8.20
45
45
spec :
46
46
containers :
47
47
- name : node-problem-detector
48
- image : registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19
48
+ image : registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.20
49
49
command :
50
50
- " /bin/sh"
51
51
- " -c"
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ set -o pipefail
26
26
# ## Hardcoded constants
27
27
DEFAULT_CNI_VERSION=' v1.5.1'
28
28
DEFAULT_CNI_HASH=' c7ee3e074e15d46dd6b58bc3ae8282e97e1b0d315bcdf252b98fe7b9fe04cc1cfa892e6663d9258b5271cf5f2ecd5cd7caed4503bad53de8142c0bc44b3fd7ba'
29
- DEFAULT_NPD_VERSION=' v0.8.19 '
30
- DEFAULT_NPD_HASH_AMD64=' 41e7816614a1e30c94cbe37a1d09c2ef6c3f2ad336b40d95378528deac9a8b811356e46bae268dab006132f2bdce22668a640517f000853109d1e3be77aef25e '
31
- DEFAULT_NPD_HASH_ARM64=' 678352d0544c166e86d3435c4f49b1ea5ce19c2d6f083f51f7688599377928e5b1425d1733006981d17e94ddede67f9fc1d2035577a87687701044950f697390 '
29
+ DEFAULT_NPD_VERSION=' v0.8.20 '
30
+ DEFAULT_NPD_HASH_AMD64=' 09029b62f8023885f3a856c20b5fafecabb880806467848ae25f578c4ee6afacd97c85a0c2d0c582c8d79d3716c83d0e7d324073c5816ae5a812812a6f21450b '
31
+ DEFAULT_NPD_HASH_ARM64=' 233f7e4451de920b7ce8b0ac0e46da1a07ef559e628a75746ce7927492a1886ebd007875f76462d2d0bf3b1dc807a7e8321108cafbd7db9eee39c0e2cfb6c051 '
32
32
DEFAULT_CRICTL_VERSION=' v1.31.1'
33
33
DEFAULT_CRICTL_AMD64_SHA512=' 831ee7b3589197dbee399973793e0750e9870cd963e0d6c57eca9231fbc366c2e683855cdcabede33acdb56c15161cc9d40d5a01ec2de8cfee21ba8aa8adba54'
34
34
DEFAULT_CRICTL_ARM64_SHA512=' 4d12cf190c03d03d86a1a10b93abbbcb4857d013b62a601b17d767d2397d3e17f7c93d3d32b54cc1ac80262c0837afa5f34c88a58bf52d93e5cfc330dd83218c'
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ func isRunningOnArm64() bool {
99
99
}
100
100
101
101
func getNodeProblemDetectorImage () string {
102
- const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19 "
102
+ const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.20 "
103
103
image := os .Getenv ("NODE_PROBLEM_DETECTOR_IMAGE" )
104
104
if image == "" {
105
105
image = defaultImage
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.19
102
+ image : registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.20
103
103
env :
104
104
- name : NODE_NAME
105
105
valueFrom :
You can’t perform that action at this time.
0 commit comments