Skip to content

Commit

Permalink
ci: Bump cluster version
Browse files Browse the repository at this point in the history
Current version 1.10.2-gke.3 is unsupported.

Signed-off-by: Kosy Anyanwu <kosy@kinvolk.io>
  • Loading branch information
kosyfrances committed Jun 21, 2018
1 parent 9d3ded4 commit 7008477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run:
name: boot cluster on gke
environment:
K8S_VERSION: 1.10.2-gke.3
K8S_VERSION: 1.10.4-gke.2
command: gcloud container clusters create --cluster-version=$K8S_VERSION --disk-size=20 operator-test-$CIRCLE_BUILD_NUM
- run:
name: create image
Expand Down

0 comments on commit 7008477

Please sign in to comment.