Skip to content

Commit

Permalink
Update GKE testing cluster to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jul 4, 2018
1 parent 8e8c9df commit 6773529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gke-test-cluster/cluster.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:
cluster:
name: {{ properties["cluster.name"] }}
description: Test cluster for Agones
initialClusterVersion: 1.10.4-gke.0 # be specific until 1.9.x becomes default
initialClusterVersion: 1.10.5-gke.0
nodePools:
- name: "default"
initialNodeCount: {{ properties["cluster.nodePool.initialNodeCount"] }}
Expand Down

0 comments on commit 6773529

Please sign in to comment.