From d21b62868dd7356bb97e2d548e662bb58e80f0bb Mon Sep 17 00:00:00 2001 From: "enix-renovate[bot]" <280654036+enix-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:43:42 +0000 Subject: [PATCH] chore: update kube-prometheus-stack docker tag to v85.4.0 --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index d1efe5a..52efdb1 100644 --- a/Tiltfile +++ b/Tiltfile @@ -37,7 +37,7 @@ default_registry( IMAGE = "x509-certificate-exporter" # Renovate-tracked (custom regex manager in renovate.json5). -KUBE_PROMETHEUS_VERSION = "85.3.3" +KUBE_PROMETHEUS_VERSION = "85.4.0" # 1. Build via GoReleaser ------------------------------------------------------ # custom_build hands the build off to GoReleaser in "tilt mode"