more testing
This commit is contained in:
parent
bb66a49943
commit
054ed49110
1 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
matrix:
|
||||
k8s:
|
||||
# from https://hub.docker.com/r/kindest/node/tags
|
||||
- v1.25.3 # renovate: kindest
|
||||
# - v1.25.3 # renovate: kindest
|
||||
- v1.26.2 # renovate: kindest
|
||||
|
||||
pipeline:
|
||||
|
@ -35,6 +35,9 @@ pipeline:
|
|||
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
||||
- kind get clusters
|
||||
- docker ps
|
||||
- docker network ls
|
||||
- docker inspect chart-testing-control-plane
|
||||
|
||||
|
||||
chart-testing:
|
||||
image: alpine:3.17.2
|
||||
|
|
Loading…
Reference in a new issue