From e3ed2f2c298e7b85e2b32f7de723ca6f7e146405 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Thu, 13 Oct 2022 21:05:01 +0000 Subject: [PATCH] chore: use kubectl 1.25.x in driver-crds Signed-off-by: Anish Ramasekar --- Makefile | 2 +- docker/crd.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b983a2fdb..3e8822c54 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ YQ := yq # Test variables KIND_VERSION ?= 0.15.0 KUBERNETES_VERSION ?= 1.24.0 -KUBECTL_VERSION ?= 1.24.0 +KUBECTL_VERSION ?= 1.25.3 BATS_VERSION ?= 1.4.1 TRIVY_VERSION ?= 0.29.1 PROTOC_VERSION ?= 3.20.1 diff --git a/docker/crd.Dockerfile b/docker/crd.Dockerfile index e69660901..a535a4348 100644 --- a/docker/crd.Dockerfile +++ b/docker/crd.Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. FROM alpine as builder -ARG KUBE_VERSION=v1.21.2 +ARG KUBE_VERSION=v1.25.3 ARG TARGETARCH RUN apk add --no-cache curl && \