Skip to content

Commit

Permalink
Update kind to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Dec 9, 2021
1 parent 6b6c675 commit 578dd97
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 578dd97

Please sign in to comment.