Skip to content

Commit

Permalink
Bump helm/kind-action from v1.0.0 to v1.1.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David J. M. Karlsen <[email protected]>
Upgrade to minimum k8s 1.14 due to kubernetes-sigs/kind#1853
Bump cluster api due to upgrade of kind
  • Loading branch information
dependabot[bot] authored Nov 17, 2020
1 parent f6a430d commit 212429d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetesVersion: ["v1.13.12", "v1.17.5"]
kubernetesVersion: ["v1.14.10", "v1.17.11"]
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Shellcheck
uses: ludeeus/[email protected]
- name: Install kind
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.1.0
with:
node_image: "kindest/node:${{ matrix.kubernetesVersion }}"
config: kind-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion kind-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
Expand Down

0 comments on commit 212429d

Please sign in to comment.