From 00d868d02d10e10eccae66a1031a852b0548b412 Mon Sep 17 00:00:00 2001 From: tei-k Date: Mon, 17 May 2021 18:37:00 +0900 Subject: [PATCH] Update k8s support versions --- .github/workflows/helm_charts_scalar.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm_charts_scalar.yml b/.github/workflows/helm_charts_scalar.yml index 4c4b5396..32f2ff2d 100644 --- a/.github/workflows/helm_charts_scalar.yml +++ b/.github/workflows/helm_charts_scalar.yml @@ -47,7 +47,9 @@ jobs: strategy: matrix: k8s: - - v1.19.7 + - v.1.18.17 + - v1.19.9 + - v1.20.5 steps: - name: Checkout @@ -87,7 +89,9 @@ jobs: strategy: matrix: k8s: + - v.1.18.17 - v1.19.7 + - v1.20.5 steps: - name: Checkout