update kind to support k8s 1.22 (#258)

Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
Sandeep Rajan 2021-11-01 11:28:40 -04:00 committed by GitHub
parent 292169955c
commit a07d9ccb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,9 @@ integrationDefaults: &integrationDefaults
image: ubuntu-1604:201903-01
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/deployment
environment:
- K8S_VERSION: v1.20.2
- K8S_VERSION: v1.22.0
- KUBECONFIG: /home/circleci/.kube/kind-config-kind
- KIND_VERSION: v0.10.0
- KIND_VERSION: v0.11.1
setupKubernetes: &setupKubernetes
- run: