Skip to content

Commit

Permalink
Update repository config (#46)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Jul 29, 2021
1 parent 97c3e9a commit 74110c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
needs: build
strategy:
matrix:
k8s: [v1.14.10, v1.15.12, v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2]
k8s: [v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2, v1.21.1]
steps:
- uses: actions/checkout@v1

- name: Create Kubernetes ${{ matrix.k8s }} cluster
id: kind
uses: engineerd/[email protected]
with:
version: v0.10.0
version: v0.11.1
config: hack/kubernetes/kind.yaml
image: kindest/node:${{ matrix.k8s }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ BASEIMAGE_DBG ?= debian:buster

GO_VERSION ?= 1.16
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.0.0
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.4.0

OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
ifeq ($(OS),windows)
Expand Down

0 comments on commit 74110c8

Please sign in to comment.