From a8bdc9354be231b245aa37bc6a2b54594f79e5d3 Mon Sep 17 00:00:00 2001 From: afdesk Date: Thu, 24 Apr 2025 13:02:37 +0600 Subject: [PATCH] fix: update kubectl to v1.33.0 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 62b6d8d..474873d 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ uname := $(shell uname -s) BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity GOARCH ?= $@ -KUBECTL_VERSION ?= 1.33.0-alpha.3 +KUBECTL_VERSION ?= 1.33.0 ARCH ?= $(shell go env GOARCH) ifneq ($(findstring Microsoft,$(shell uname -r)),)