Skip to content

Commit

Permalink
Swap out busybox image to non-dockerhub (#463)
Browse files Browse the repository at this point in the history
This is to ensure fewer rate limit issues via dockerhub.
  • Loading branch information
thunderboltsid authored Aug 20, 2024
1 parent 285483f commit bf5ce6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/csi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ var _ = Describe("Nutanix flavor CSI", Label("capx-feature-test", "csi"), func()
Containers: []corev1.Container{
{
Name: "busybox",
Image: "busybox",
Image: "cgr.dev/chainguard/busybox:latest",
Command: []string{"sleep", "3600"},
ImagePullPolicy: "IfNotPresent",
VolumeMounts: []corev1.VolumeMount{
Expand Down Expand Up @@ -487,7 +487,7 @@ var _ = Describe("Nutanix flavor CSI", Label("capx-feature-test", "csi"), func()
Containers: []corev1.Container{
{
Name: "busybox",
Image: "busybox",
Image: "cgr.dev/chainguard/busybox:latest",
Command: []string{"sleep", "3600"},
ImagePullPolicy: "IfNotPresent",
VolumeMounts: []corev1.VolumeMount{
Expand Down

0 comments on commit bf5ce6b

Please sign in to comment.