From 578dd978780451e2a97aa466e292046c586c46ec Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 8 Dec 2021 19:24:03 -0800 Subject: [PATCH] Update kind to 1.23.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b88635e9..c96e00d558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ defaults: shell: bash env: - K8S_VERSION: 1.22.4 + K8S_VERSION: 1.23.0 K8S_TIMEOUT: 75s HELM_CHART_DIR: deployments/helm-chart GIT_NAME: NGINX Kubernetes Team @@ -161,7 +161,7 @@ jobs: {\"image\": \"opentracing-plus\", \"marker\": \"vsr\"}, \ {\"image\": \"ubi-plus\", \"marker\": \"policies\"}]}" else - echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.4\"], \ + echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.4\", \"1.23.0\"], \ \"images\": [{\"image\": \"debian\"}, {\"image\": \"debian-plus\"}]}" fi