more testing

This commit is contained in:
Michael Kriese 2023-03-22 09:32:58 +01:00
parent bb66a49943
commit 054ed49110
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -17,7 +17,7 @@ services:
matrix: matrix:
k8s: k8s:
# from https://hub.docker.com/r/kindest/node/tags # from https://hub.docker.com/r/kindest/node/tags
- v1.25.3 # renovate: kindest # - v1.25.3 # renovate: kindest
- v1.26.2 # renovate: kindest - v1.26.2 # renovate: kindest
pipeline: pipeline:
@ -35,6 +35,9 @@ pipeline:
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s - kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
- kind get clusters - kind get clusters
- docker ps - docker ps
- docker network ls
- docker inspect chart-testing-control-plane
chart-testing: chart-testing:
image: alpine:3.17.2 image: alpine:3.17.2
@ -53,7 +56,7 @@ pipeline:
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config - export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kind delete cluster--name chart-testing - kind delete cluster --name chart-testing
- docker ps - docker ps
when: when:
status: status: