Skip to content

Commit

Permalink
test on kubernetes 1.12 instead of 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-steffen committed Feb 25, 2019
1 parent 10e48a1 commit 3f28b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrabox/generator/e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"jobs": [{
"type": "docker",
"name": "e2e-k8s-1-10",
"name": "e2e-k8s-1-12",
"docker_file": "infrabox/test/e2e/Dockerfile",
"build_context": "../..",
"build_only": false,
Expand All @@ -24,7 +24,7 @@
"numNodes": 2,
"preemptible": false,
"zone": "us-east1-b",
"clusterVersion": "1.10"
"clusterVersion": "1.12"
}
}]
}, {
Expand Down

0 comments on commit 3f28b3d

Please sign in to comment.