From e37d34ba2d69e6ac88ed3c2aa60889ddb50c43fa Mon Sep 17 00:00:00 2001
From: Philip Gough <philip.p.gough@gmail.com>
Date: Mon, 5 Jul 2021 11:18:57 +0100
Subject: [PATCH] ci: Extend e2e test matrix with v1.21.1

---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d4a86114..1dae051b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
       matrix:
         kind-image:
           - 'kindest/node:v1.20.0'
-          # - 'kindest/node:v1.21.0' #TODO(paulfantom): enable as soon as image is available
+          - 'kindest/node:v1.21.1'
     steps:
     - uses: actions/checkout@v2
       with:
-- 
GitLab