From 8f5d26e7d05131f5a257233135313e9fff533b34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:34:24 +0000 Subject: [PATCH] Update dependency replicatedhq/troubleshoot to v0.123.11 Signed-off-by: Renovate Bot --- inttest/bootloose-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inttest/bootloose-alpine/Dockerfile b/inttest/bootloose-alpine/Dockerfile index 191930e0ede5..3f73b0c87f20 100644 --- a/inttest/bootloose-alpine/Dockerfile +++ b/inttest/bootloose-alpine/Dockerfile @@ -6,7 +6,7 @@ FROM docker.io/library/alpine:$ALPINE_VERSION ARG TARGETARCH ARG CRI_DOCKERD_VERSION=0.3.20 # renovate: datasource=github-releases depName=Mirantis/cri-dockerd ARG ETCD_VERSION -ARG TROUBLESHOOT_VERSION=0.123.10 # renovate: datasource=github-releases depName=replicatedhq/troubleshoot +ARG TROUBLESHOOT_VERSION=0.123.11 # renovate: datasource=github-releases depName=replicatedhq/troubleshoot ARG HELM_VERSION # Apply our changes to the image