Merge pull request #10101 from AdithyaKrishnan/main

ci: Fix rate limit error by migrating busybox_image
This commit is contained in:
Chengyu Zhu 2024-07-31 14:48:12 +08:00 committed by GitHub
commit fc0f635098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
nginx_version="${docker_images_nginx_version}"
nginx_image="nginx:$nginx_version"
busybox_image="busybox"
busybox_image="quay.io/prometheus/busybox:latest"
deployment="nginx-deployment"
get_pod_config_dir