Skip to content

Commit b704283

Browse files
authored
Merge pull request #5990 from alanprot/update-minio-image
Updating minio image on the e2e tests
2 parents e6a4e49 + db110ab commit b704283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# locally and the download time doesn't account in the test execution time, which is subject
167167
# to a timeout
168168
run: |
169-
docker pull minio/minio:RELEASE.2021-10-13T00-23-17Z
169+
docker pull minio/minio:RELEASE.2024-05-28T17-19-04Z
170170
docker pull consul:1.8.4
171171
docker pull gcr.io/etcd-development/etcd:v3.4.7
172172
if [ "$TEST_TAGS" = "integration_backward_compatibility" ]; then

integration/e2e/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package images
88
var (
99
Memcached = "memcached:1.6.1"
1010
Redis = "docker.io/redis:7.0.4-alpine"
11-
Minio = "minio/minio:RELEASE.2021-10-13T00-23-17Z"
11+
Minio = "minio/minio:RELEASE.2024-05-28T17-19-04Z"
1212
Consul = "consul:1.8.4"
1313
ETCD = "gcr.io/etcd-development/etcd:v3.4.7"
1414
Prometheus = "quay.io/prometheus/prometheus:v2.51.0"

0 commit comments

Comments
 (0)