fix: update busybox image version to 1.37.0 in configuration files (#3659)
parent
50496250c4
commit
891514731c
|
|
@ -15,7 +15,7 @@ k9s:
|
|||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ k9s:
|
|||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPods:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
v1 "k8s.io/api/core/v1"
|
||||
)
|
||||
|
||||
const defaultDockerShellImage = "busybox:1.35.0"
|
||||
const defaultDockerShellImage = "busybox:1.37.0"
|
||||
|
||||
// Limits represents resource limits.
|
||||
type Limits map[v1.ResourceName]string
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ k9s:
|
|||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ k9s:
|
|||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ k9s:
|
|||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ k9s:
|
|||
skipLatestRevCheck: yes
|
||||
disablePodCounts: false
|
||||
shellPods:
|
||||
image: busybox:1.35.0
|
||||
image: busybox:1.37.0
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
|
|||
Loading…
Reference in New Issue