From 4b9836e61e4b7f270c10b80995b67de69f62c9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:32:36 +0000 Subject: [PATCH] chore(deps): update docker.io/devopsfaith/krakend docker tag to v2.6.0 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 04a2840..1e45eff 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ image: # -- The image repository to use repository: devopsfaith/krakend # -- The image tag to use - tag: "2.5.1" + tag: "2.6.0" # -- The image pull policy to use pullPolicy: IfNotPresent