Skip to content

Commit

Permalink
Update tests to use multiarch images. (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Feb 13, 2024
1 parent b236d23 commit c19aa1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/monolithic-memory/03-generate-traces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: telemetrygen
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.75.0
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.92.0
args:
- traces
- --otlp-endpoint=tempo-simplest:4317
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/monolithic-memory/05-verify-traces-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: verify-traces-grafana
image: registry.gitlab.com/gitlab-ci-utils/curl-jq:1.1.0
image: ghcr.io/grafana/tempo-operator/test-utils:main
command:
- /bin/bash
- -eux
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/monolithic-pv/03-generate-traces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: telemetrygen
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.75.0
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.92.0
args:
- traces
- --otlp-endpoint=tempo-simplest:4317
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/monolithic-s3-tls/03-generate-traces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: telemetrygen
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.75.0
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:v0.92.0
args:
- traces
- --otlp-endpoint=tempo-simplest:4317
Expand Down

0 comments on commit c19aa1c

Please sign in to comment.