Skip to content

Commit

Permalink
Swap out busybox image to quay.io
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 committed Jul 27, 2024
1 parent 851cd47 commit e4e1dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/golangci-lint
Expand Down
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: "quay.io/prometheus/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: "quay.io/prometheus/busybox:latest",
Command: []string{"sleep", "3600"},
ImagePullPolicy: "IfNotPresent",
VolumeMounts: []corev1.VolumeMount{
Expand Down

0 comments on commit e4e1dd1

Please sign in to comment.