Skip to content

Commit

Permalink
Update kubernetes test version to 1.31.4 (#587)
Browse files Browse the repository at this point in the history
* Update kubernetes test version to 1.31.3

* Update kind to latest
  • Loading branch information
martinhny authored Jan 21, 2025
1 parent f5ea3db commit 8bf4ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extract-version = $(shell cat go.mod | grep $(1) | awk '{$$1=$$1};1' | cut -d' '
#### TOOLS ####
TOOLS_DIR := $(PWD)/.tools
KIND := $(TOOLS_DIR)/kind
KIND_VERSION := v0.20.0
KIND_VERSION := v0.26.0
CHAINSAW_VERSION := $(call extract-version,github.com/kyverno/chainsaw)
CONTROLLER_GEN_VERSION := $(call extract-version,sigs.k8s.io/controller-tools)
CERT_MANAGER_VERSION := $(call extract-version,github.com/cert-manager/cert-manager)
Expand All @@ -23,7 +23,7 @@ PROMETHEUS_VERSION := $(call extract-version,github.com/promethe

#### VARS ####
SKIPERATOR_CONTEXT ?= kind-$(KIND_CLUSTER_NAME)
KUBERNETES_VERSION = 1.30.0
KUBERNETES_VERSION = 1.31.4
KIND_IMAGE ?= kindest/node:v$(KUBERNETES_VERSION)
KIND_CLUSTER_NAME ?= skiperator

Expand Down

0 comments on commit 8bf4ba0

Please sign in to comment.