mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
update kind to support k8s 1.22 (#258)
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
parent
292169955c
commit
a07d9ccb11
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue