update k8s version u=in circleci (#3942)

Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
Sandeep Rajan 2020-06-11 10:12:47 -04:00 committed by GitHub
parent 04f768d2a0
commit 86df1282cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ integrationDefaults: &integrationDefaults
image: ubuntu-1604:201903-01
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
environment:
- K8S_VERSION: v1.15.3
- KIND_VERSION: v0.5.1
- K8S_VERSION: v1.18.2
- KIND_VERSION: v0.8.1
- KUBECONFIG: /home/circleci/.kube/kind-config-kind
setupKubernetes: &setupKubernetes