From 56bad7d78ee6e207dacfd48310f2ecacc95a4831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:14:16 +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 53787f1ca..dd5040183 100644 --- a/Dockerfile.integration-test +++ b/Dockerfile.integration-test @@ -1,8 +1,8 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.13.0@sha256:6e4b9369468b7f3fd8f402ac6cc8ea7b2e4903eae28d08785f31a0245eb51a44 -ARG KUBECTL_VERSION=v1.36.1 -ARG GRPC_HEALTH_PROBE_VERSION=v0.4.51 -ARG YQ_VERSION=v4.53.2 +ARG KUBECTL_VERSION=v1.36.2 +ARG GRPC_HEALTH_PROBE_VERSION=v0.4.52 +ARG YQ_VERSION=v4.53.3 # Add packages RUN apk upgrade --no-cache --no-progress \