We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef9ca5 commit 7933d46Copy full SHA for 7933d46
test/e2e/traces_minio.yaml
@@ -45,7 +45,7 @@ spec:
45
value: tempo
46
- name: MINIO_SECRET_KEY
47
value: supersecret
48
- image: minio/minio
+ image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
49
name: minio
50
ports:
51
- containerPort: 9000
test/e2e/traces_tempo_readiness.yaml
@@ -16,7 +16,7 @@ spec:
16
restartPolicy: Never
17
containers:
18
- name: readiness-checker
19
- image: curlimages/curl:latest
+ image: ghcr.io/grafana/tempo-operator/test-utils:main
20
command:
21
- /bin/sh
22
- -c
0 commit comments