Skip to content

Commit 7933d46

Browse files
committed
Fix image refs
1 parent 5ef9ca5 commit 7933d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/traces_minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
value: tempo
4646
- name: MINIO_SECRET_KEY
4747
value: supersecret
48-
image: minio/minio
48+
image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
4949
name: minio
5050
ports:
5151
- containerPort: 9000

test/e2e/traces_tempo_readiness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
restartPolicy: Never
1717
containers:
1818
- name: readiness-checker
19-
image: curlimages/curl:latest
19+
image: ghcr.io/grafana/tempo-operator/test-utils:main
2020
command:
2121
- /bin/sh
2222
- -c

0 commit comments

Comments
 (0)