From 7594a02153645f18c624bc44d8d92ca698b8817d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:11:42 +0000 Subject: [PATCH] chore(deps): update docker.io/devopsfaith/krakend docker tag to v2.8.0 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index de545fb..0948eec 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.7.2" + tag: "2.8.0" # -- The image pull policy to use pullPolicy: IfNotPresent