Skip to content

Commit 02a3e87

Browse files
committed
bump k8s version
1 parent 1273434 commit 02a3e87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
- run: echo "setting versions"
345345
outputs:
346346
# JSON encoded array of k8s versions
347-
K8S_VERSIONS: '["1.30.0", "1.29.4", "1.28.9", "1.27.13", "1.26.15"]'
347+
K8S_VERSIONS: '["1.31.2", "1.30.0", "1.29.4", "1.28.9", "1.27.13"]'
348348
VAULT_N: "1.17.2"
349349
VAULT_N_1: "1.16.6"
350350
VAULT_N_2: "1.15.12"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CHART_CRDS_DIR ?= $(CHART_ROOT)/crds
2323
VAULT_IMAGE_TAG ?= latest
2424
VAULT_IMAGE_REPO ?=
2525
K8S_VAULT_NAMESPACE ?= vault
26-
KIND_K8S_VERSION ?= v1.30.0
26+
KIND_K8S_VERSION ?= v1.31.2
2727
VAULT_HELM_VERSION ?= 0.25.0
2828
# Root directory to export kind cluster logs after each test run.
2929
EXPORT_KIND_LOGS_ROOT ?=
@@ -251,7 +251,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
251251
go run ./main.go
252252

253253
.PHONY: docker-build
254-
docker-build: test ## Build docker image with the manager.
254+
docker-build: ## Build docker image with the manager.
255255
docker build -t $(IMG) . --target=dev \
256256
--build-arg GOOS=$(GOOS) \
257257
--build-arg GOARCH=$(GOARCH) \

0 commit comments

Comments
 (0)