Skip to content

Commit

Permalink
e2e: Update Kubernetes to v1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 29, 2021
1 parent 9e983b7 commit 6ed50dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.1"
version: v0.11.1
image: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
- name: Setup Helm
uses: fluxcd/pkg/actions/helm@main
- name: Setup Kustomize
Expand Down Expand Up @@ -561,3 +562,7 @@ jobs:
helm ls -n helm-system --all
kubectl -n helm-system logs deploy/source-controller
kubectl -n helm-system logs deploy/helm-controller
v1:
21:
1:

0 comments on commit 6ed50dd

Please sign in to comment.