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