From 0d120a46887c6a9b7a51e8e9e551c5c2b5c0c87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 06:48:02 +0000 Subject: [PATCH] chore: bump kubectl from v1.29.3 to v1.30.0 Bumps kubectl from v1.29.3 to v1.30.0. --- updated-dependencies: - dependency-name: kubectl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crd.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crd.Dockerfile b/crd.Dockerfile index 6f0920a2b82..1395ab38aa6 100644 --- a/crd.Dockerfile +++ b/crd.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.29.3 as builder +FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.30.0 as builder ARG TARGETPLATFORM ARG TARGETOS