Skip to content

Commit 8e0676a

Browse files
Xelus22Xelus22
andauthored
update busybox image version to 1.37.0 (#13237)
Signed-off-by: Xelus22 <[email protected]> Co-authored-by: Xelus22 <[email protected]>
1 parent 68749aa commit 8e0676a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifests/local-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ data:
129129
spec:
130130
containers:
131131
- name: helper-pod
132-
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.36.1"
132+
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.37.0"
133133
imagePullPolicy: IfNotPresent

scripts/airgap/image-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ docker.io/rancher/klipper-helm:v0.9.10-build20251111
22
docker.io/rancher/klipper-lb:v0.4.13
33
docker.io/rancher/local-path-provisioner:v0.0.32
44
docker.io/rancher/mirrored-coredns-coredns:1.13.1
5-
docker.io/rancher/mirrored-library-busybox:1.36.1
5+
docker.io/rancher/mirrored-library-busybox:1.37.0
66
docker.io/rancher/mirrored-library-traefik:3.5.1
77
docker.io/rancher/mirrored-metrics-server:v0.8.0
88
docker.io/rancher/mirrored-pause:3.6

tests/e2e/startup/startup_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
136136
})
137137

138138
It("Runs an interactive command a pod", func() {
139-
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.36.1 -- uname -a"
139+
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.37.0 -- uname -a"
140140
_, err := tc.Servers[0].RunCmdOnNode(cmd)
141141
Expect(err).NotTo(HaveOccurred())
142142
})
@@ -325,7 +325,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
325325
})
326326

327327
It("Runs an interactive command a pod", func() {
328-
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.36.1 -- uname -a"
328+
cmd := "kubectl run busybox --rm -it --restart=Never --image=rancher/mirrored-library-busybox:1.37.0 -- uname -a"
329329
_, err := tc.Servers[0].RunCmdOnNode(cmd)
330330
Expect(err).NotTo(HaveOccurred())
331331
})

0 commit comments

Comments
 (0)