From b561648b60c8e4dfcb137dc19b4e63fb5defcbc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:36:13 +0000 Subject: [PATCH] chore(deps): update docker.io/devopsfaith/krakend docker tag to v2.6.1 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 1e45eff..cc811ac 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.6.0" + tag: "2.6.1" # -- The image pull policy to use pullPolicy: IfNotPresent