fix: update busybox image version to 1.37.0 in configuration files (#3659)

mine
Ümüt Özalp 2025-11-07 00:23:01 +01:00 committed by GitHub
parent 50496250c4
commit 891514731c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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