Skip to content

Commit

Permalink
misc: update jaeger docker image version, gh tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jun 27, 2024
1 parent c4a40c0 commit 198ee18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.69.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
Expand Down
2 changes: 1 addition & 1 deletion quickstart-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- FLEETDB_TRACING_JAEGER_ENDPOINT=http://jaeger:14268/api/traces

jaeger:
image: jaegertracing/all-in-one:1.48.0
image: jaegertracing/all-in-one:1.58.0
ports:
- "16686:16686" # The UI port
networks:
Expand Down

0 comments on commit 198ee18

Please sign in to comment.