weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

ci: Change deployments apiVersion to apps/v1 #226

Closed dlespiau closed 6 years ago

dlespiau commented 6 years ago

We have some flaky tests that output:

Error from server (BadRequest): error when creating "./integration-tests/tests/../k8s/service.yaml": the API version in the data (apps/v1beta1) does not match the expected API version (apps/v1)

We should try and use the canonical apiVersion for our test manifests, starting with Deployments.

Fixes: #167