fix: update kubectl to v1.33.0 (#1861)

This commit is contained in:
afdesk
2025-04-24 20:05:35 +06:00
committed by GitHub
parent 5feae8a80d
commit 56bb426fce
+1 -1
View File
@@ -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)),)