aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sandeep Rajan <srajan@infoblox.com> 2020-06-11 10:12:47 -0400
committerGravatar GitHub <noreply@github.com> 2020-06-11 10:12:47 -0400
commit86df1282cb0a390a96b7960b7c43db8429c98003 (patch)
tree171fc1eec1cf1609c8d276e575468a5ca91c774e
parent04f768d2a073f99ecb9580a3b8089a1714dfdc82 (diff)
downloadcoredns-86df1282cb0a390a96b7960b7c43db8429c98003.tar.gz
coredns-86df1282cb0a390a96b7960b7c43db8429c98003.tar.zst
coredns-86df1282cb0a390a96b7960b7c43db8429c98003.zip
update k8s version u=in circleci (#3942)
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6bfb2d013..7b6bfb56e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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