Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kubernetes test version to 1.31.4 #587

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading