Skip to content

Commit

Permalink
chore: use kubectl 1.25.x in driver-crds
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Oct 13, 2022
1 parent 20094a2 commit e3ed2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/crd.Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit e3ed2f2

Please sign in to comment.