From 72e62d5a4a934e7db3800f753af2e2926222ac09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:16:18 +0000 Subject: [PATCH] deps: update dependency jaegertracing/jaeger to v1.43.0 Signed-off-by: Renovate Bot --- examples/Makefile | 2 +- examples/sample-app/Makefile | 2 +- examples/support/observability/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 44fff9e7cc..1860cbe794 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=jaegertracing/jaeger -JAEGER_VERSION ?= v1.39.0 +JAEGER_VERSION ?= v1.43.0 TOOLKIT_NAMESPACE ?= keptn-lifecycle-toolkit-system PODTATO_NAMESPACE ?= podtato-kubectl GRAFANA_PORT_FORWARD ?= 3000 diff --git a/examples/sample-app/Makefile b/examples/sample-app/Makefile index 680f141d1d..06f6d970d2 100644 --- a/examples/sample-app/Makefile +++ b/examples/sample-app/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=jaegertracing/jaeger -JAEGER_VERSION ?= v1.41.0 +JAEGER_VERSION ?= v1.43.0 LFC_NAMESPACE ?= keptn-lifecycle-controller-system PODTATO_NAMESPACE ?= podtato-kubectl GRAFANA_PORT_FORWARD ?= 3000 diff --git a/examples/support/observability/Makefile b/examples/support/observability/Makefile index ce26a4e4ff..61ebd0e904 100644 --- a/examples/support/observability/Makefile +++ b/examples/support/observability/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=jaegertracing/jaeger -JAEGER_VERSION ?= v1.41.0 +JAEGER_VERSION ?= v1.43.0 TOOLKIT_NAMESPACE ?= keptn-lifecycle-toolkit-system PODTATO_NAMESPACE ?= podtato-kubectl GRAFANA_PORT_FORWARD ?= 3000