From 4e553ccc423d1c2d44a4576c3f5c5fa67112b224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:42:24 +0200 Subject: [PATCH] chore(deps): update kong/kong-gateway docker tag to v3.7 (#329) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pkg/consts/dataplane.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/consts/dataplane.go b/pkg/consts/dataplane.go index 74bf388b0..e786c385f 100644 --- a/pkg/consts/dataplane.go +++ b/pkg/consts/dataplane.go @@ -87,7 +87,7 @@ const ( // DefaultDataPlaneTag is the base container image tag that can be used // by default for a DataPlane resource if all other attempts to dynamically // decide an image tag fail. - DefaultDataPlaneTag = "3.6" // renovate: datasource=docker depName=kong/kong-gateway + DefaultDataPlaneTag = "3.7" // renovate: datasource=docker depName=kong/kong-gateway // DefaultDataPlaneImage is the default container image that can be used if // all other attempts to dynamically decide the default image fail.