Skip to content

Commit

Permalink
Merge pull request #123 from sondabar/master
Browse files Browse the repository at this point in the history
Update kindest/node docker image to v1.16.9
  • Loading branch information
pst authored Aug 17, 2020
2 parents d785eee + dcbe91c commit 08ab0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind/cluster/configuration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {

base_domain = local.cfg["base_domain"]

node_image = lookup(local.cfg, "node_image", "kindest/node:v1.16.1")
node_image = lookup(local.cfg, "node_image", "kindest/node:v1.16.9")
extra_nodes = lookup(local.cfg, "extra_nodes", "")

http_port_default = terraform.workspace == "apps" ? 80 : 8080
Expand Down

0 comments on commit 08ab0e6

Please sign in to comment.