mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Bump coredns -> 1.8.3, k8s -> 1.20.2, and kind -> 0.10.0 (#246)
* bump coredns, k8s, and kind Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
1e05d58f99
commit
316f8a857c
2 changed files with 21 additions and 13 deletions
|
@ -21,9 +21,9 @@ integrationDefaults: &integrationDefaults
|
|||
image: ubuntu-1604:201903-01
|
||||
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/deployment
|
||||
environment:
|
||||
- K8S_VERSION: v1.18.2
|
||||
- K8S_VERSION: v1.20.2
|
||||
- KUBECONFIG: /home/circleci/.kube/kind-config-kind
|
||||
- KIND_VERSION: v0.8.1
|
||||
- KIND_VERSION: v0.10.0
|
||||
|
||||
setupKubernetes: &setupKubernetes
|
||||
- run:
|
||||
|
@ -51,6 +51,7 @@ jobs:
|
|||
name: Run Kubernetes deployment tests
|
||||
command: |
|
||||
cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/k8sdeployment
|
||||
go mod download
|
||||
GO111MODULE=on go test -v ./...
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue