From 198ee183398403a3c5d30cfa47a212a775d69b65 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Thu, 27 Jun 2024 15:54:12 +0200 Subject: [PATCH] misc: update jaeger docker image version, gh tag action --- .github/workflows/auto-tag.yml | 2 +- quickstart-tracing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 30e748e..e953950 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -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 diff --git a/quickstart-tracing.yml b/quickstart-tracing.yml index dca5242..1d22863 100644 --- a/quickstart-tracing.yml +++ b/quickstart-tracing.yml @@ -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: