From 93b2cf544aed22567961860f540926a21c4c1561 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:47:30 +0000 Subject: [PATCH] deps: update dependency jaegertracing/jaeger to v1.53.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/sample-app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sample-app/Makefile b/examples/sample-app/Makefile index e9014f96da..d3efd01794 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.52.0 +JAEGER_VERSION ?= v1.53.0 LFC_NAMESPACE ?= keptn-lifecycle-controller-system PODTATO_NAMESPACE ?= podtato-kubectl GRAFANA_PORT_FORWARD ?= 3000