From e2de5bc24933766490464930bd83904ba55bf099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:04:25 +0000 Subject: [PATCH] chore(deps): update integration-test dockerfile dependencies --- Dockerfile.integration-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.integration-test b/Dockerfile.integration-test index 3c9f55944..37842238b 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.35.4 +ARG KUBECTL_VERSION=v1.36.0 ARG GRPC_HEALTH_PROBE_VERSION=v0.4.48 -ARG YQ_VERSION=v4.52.5 +ARG YQ_VERSION=v4.53.2 # Add packages RUN apk upgrade --no-cache --no-progress \