mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-18 19:11:12 +02:00
chore: bump k8s version in makefile (#758)
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
parent
ce1103d227
commit
26e14f08eb
4
Makefile
4
Makefile
@ -204,11 +204,11 @@ talos: buildkitd
|
|||||||
|
|
||||||
.PHONY: integration
|
.PHONY: integration
|
||||||
integration:
|
integration:
|
||||||
@KUBERNETES_VERSION=v1.14.1 ./hack/test/integration.sh
|
@KUBERNETES_VERSION=v1.15.0 ./hack/test/integration.sh
|
||||||
|
|
||||||
.PHONY: e2e
|
.PHONY: e2e
|
||||||
e2e:
|
e2e:
|
||||||
@KUBERNETES_VERSION=v1.14.1 ./hack/test/e2e.sh
|
@KUBERNETES_VERSION=v1.15.0 ./hack/test/e2e.sh
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: buildkitd
|
test: buildkitd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user