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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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