update k8s version u=in circleci (#3942)
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
parent
04f768d2a0
commit
86df1282cb
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ integrationDefaults: &integrationDefaults
|
||||||
image: ubuntu-1604:201903-01
|
image: ubuntu-1604:201903-01
|
||||||
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
||||||
environment:
|
environment:
|
||||||
- K8S_VERSION: v1.15.3
|
- K8S_VERSION: v1.18.2
|
||||||
- KIND_VERSION: v0.5.1
|
- KIND_VERSION: v0.8.1
|
||||||
- KUBECONFIG: /home/circleci/.kube/kind-config-kind
|
- KUBECONFIG: /home/circleci/.kube/kind-config-kind
|
||||||
|
|
||||||
setupKubernetes: &setupKubernetes
|
setupKubernetes: &setupKubernetes
|
||||||
|
|
Loading…
Add table
Reference in a new issue