From b8f5c7b6fea7e537183102fc9ff28976d46a7431 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Wed, 21 Apr 2021 09:15:02 -0700 Subject: [PATCH] update kind Signed-off-by: Sertac Ozercan --- .github/workflows/workflow.yaml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 2ee0960c94c..4d770a35701 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -138,7 +138,6 @@ jobs: matrix: HELM_VERSION: ["3.4.2"] GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"] - KUBERNETES_VERSION: ["v1.19.7", "v1.20.2"] steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/Makefile b/Makefile index cae14539ec5..b86265ca378 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ USE_LOCAL_IMG ?= false VERSION := v3.4.0 -KIND_VERSION ?= 0.8.1 +KIND_VERSION ?= 0.10.0 # note: k8s version pinned since KIND image availability lags k8s releases KUBERNETES_VERSION ?= v1.20.2 KUSTOMIZE_VERSION ?= 3.8.8