Compare commits

..

2 Commits

Author SHA1 Message Date
afdesk
b8c5fbb44b release: prepare v0.11.1 (#1895) 2025-06-17 19:48:43 +06:00
afdesk
20a26a02b2 chore: use kubectl 1.34.0-alpha.1 (#1894) 2025-06-17 19:26:44 +06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ spec:
spec:
containers:
- command: ["kube-bench"]
image: docker.io/aquasec/kube-bench:v0.11.0
image: docker.io/aquasec/kube-bench:v0.11.1
name: kube-bench
volumeMounts:
- name: var-lib-cni

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
KUBECTL_VERSION ?= 1.34.0-alpha.1
ARCH ?= $(shell go env GOARCH)
ifneq ($(findstring Microsoft,$(shell uname -r)),)