Skip to content

Commit

Permalink
update kind
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Apr 21, 2021
1 parent 3eda348 commit b8f5c7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8f5c7b

Please sign in to comment.