Skip to content

Commit

Permalink
remove latest, update install command
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff authored and troy0820 committed Sep 21, 2023
1 parent 3576170 commit 8a1d278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions otel-jaeger/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ services:
# If we were cool, we would use the agent, etc directly and configure
# persistent storage. But this bundle is really designed for local dev.
jaeger-all-in-one:
image: jaegertracing/all-in-one:latest
image: "jaegertracing/all-in-one:1.49"
ports:
- "${JAEGER_UI_PORT}:16686"
- "14250"
restart: always

# Collector
otel-collector:
image: "otel/opentelemetry-collector-contrib-dev:latest"
image: "otel/opentelemetry-collector-contrib:0.84.0"
volumes:
- otel-jaeger-config:/etc/otel
ports:
Expand Down
4 changes: 2 additions & 2 deletions otel-jaeger/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaVersion: 1.0.0-alpha.1
name: examples/otel-jaeger
version: 0.1.0
version: 0.1.1
description: "Runs Jaeger with an OpenTelemetry collector"
registry: ghcr.io/getporter

Expand Down Expand Up @@ -29,7 +29,7 @@ install:
- "hello"
- exec:
description: "Create OpenTelemetry configuration"
command: helpers.sh
command: ./helpers.sh
arguments:
- set-config
- docker-compose:
Expand Down

0 comments on commit 8a1d278

Please sign in to comment.