From 34345b13fad917d7c06034da0c46f3673ac964ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:22:11 +0000 Subject: [PATCH] Update proxysql/proxysql Docker tag to v2.7.1 --- charts/proxysql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/proxysql/values.yaml b/charts/proxysql/values.yaml index 8a8dcf08..2640d56b 100644 --- a/charts/proxysql/values.yaml +++ b/charts/proxysql/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "2.6.5" + tag: "2.7.1" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []