Skip to content

Commit

Permalink
Update kind to 1.22.2 (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Nov 8, 2021
1 parent ba877ff commit c9bf3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defaults:
shell: bash

env:
K8S_VERSION: 1.22.1
K8S_VERSION: 1.22.2
K8S_TIMEOUT: 75s
HELM_CHART_DIR: deployments/helm-chart
GIT_NAME: NGINX Kubernetes Team
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
{\"image\": \"ubi\", \"marker\": \"ts\"}, \
{\"image\": \"debian\", \"marker\": \"policies\"}]}"
else
echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.1\"]}"
echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.2\"]}"
fi
smoke-tests:
Expand Down

0 comments on commit c9bf3fe

Please sign in to comment.