From 69c59daf5e3403070da9c3e189a054beccd37fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:41:07 +0000 Subject: [PATCH] chore(kube): bump caddy Docker tag to v2.11.4 --- kubernetes/infrastructure/caddy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/caddy/values.yaml b/kubernetes/infrastructure/caddy/values.yaml index 3be8873..63e205a 100644 --- a/kubernetes/infrastructure/caddy/values.yaml +++ b/kubernetes/infrastructure/caddy/values.yaml @@ -10,7 +10,7 @@ image: repository: caddy pullPolicy: IfNotPresent tagSuffix: "" - tag: 2.11.2 + tag: 2.11.4 service: type: LoadBalancer # Cluster (not Local) so any node can forward to pods on any other node.