From e732754c3fc71e95799f113defe97fd759d1b142 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 01:23:54 +0000 Subject: [PATCH] chore(deps): update integration-test dockerfile dependencies --- Dockerfile.integration-test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.integration-test b/Dockerfile.integration-test index b12286d55..6d11e2c20 100644 --- a/Dockerfile.integration-test +++ b/Dockerfile.integration-test @@ -1,8 +1,8 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.12.0@sha256:0257e4f5326dd37046e94d4b8ce07c293447be80a9db6d6dfff1d50d07617e2e -ARG KUBECTL_VERSION=v1.34.0 -ARG GRPC_HEALTH_PROBE_VERSION=v0.4.40 -ARG YQ_VERSION=v4.47.1 +ARG KUBECTL_VERSION=v1.34.3 +ARG GRPC_HEALTH_PROBE_VERSION=v0.4.43 +ARG YQ_VERSION=v4.47.2 # Add packages RUN apk upgrade --no-cache --no-progress \