From 5d2dbc70680cdb418788d414c8cc21efa3a84cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:28:59 +0100 Subject: [PATCH] deps: update dependency jaegertracing/jaeger to v1.52.0 (#2657) Co-authored-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 216190dd78..e9014f96da 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.51.0 +JAEGER_VERSION ?= v1.52.0 LFC_NAMESPACE ?= keptn-lifecycle-controller-system PODTATO_NAMESPACE ?= podtato-kubectl GRAFANA_PORT_FORWARD ?= 3000