mirror of
https://github.com/k3s-io/k3s.git
synced 2025-12-18 23:06:14 -05:00
update busybox image version to 1.37.0 (#13237)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Signed-off-by: Xelus22 <xelus22@gmail.com> Co-authored-by: Xelus22 <xelus22@gmail.com>
This commit is contained in:
parent
68749aac76
commit
8e0676ad46
3 changed files with 4 additions and 4 deletions
|
|
@ -129,5 +129,5 @@ data:
|
|||
spec:
|
||||
containers:
|
||||
- name: helper-pod
|
||||
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.36.1"
|
||||
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.37.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ docker.io/rancher/klipper-helm:v0.9.10-build20251111
|
|||
docker.io/rancher/klipper-lb:v0.4.13
|
||||
docker.io/rancher/local-path-provisioner:v0.0.32
|
||||
docker.io/rancher/mirrored-coredns-coredns:1.13.1
|
||||
docker.io/rancher/mirrored-library-busybox:1.36.1
|
||||
docker.io/rancher/mirrored-library-busybox:1.37.0
|
||||
docker.io/rancher/mirrored-library-traefik:3.5.1
|
||||
docker.io/rancher/mirrored-metrics-server:v0.8.0
|
||||
docker.io/rancher/mirrored-pause:3.6
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
|
|||
})
|
||||
|
||||
It("Runs an interactive command a pod", func() {
|
||||
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.36.1 -- uname -a"
|
||||
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.37.0 -- uname -a"
|
||||
_, err := tc.Servers[0].RunCmdOnNode(cmd)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
})
|
||||
|
|
@ -325,7 +325,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
|
|||
})
|
||||
|
||||
It("Runs an interactive command a pod", func() {
|
||||
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.36.1 -- uname -a"
|
||||
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.37.0 -- uname -a"
|
||||
_, err := tc.Servers[0].RunCmdOnNode(cmd)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue