Skip to content

Commit

Permalink
Update Program.cs (pulumi#568)
Browse files Browse the repository at this point in the history
Updated Kubernetes version to last non-preview 1.15.7.
  • Loading branch information
Jinhong Brejnholt authored Feb 19, 2020
1 parent babaae1 commit b78037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-cs-aks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static Task<int> Main()
ClientId = adApp.ApplicationId,
ClientSecret = adSpPassword.Value,
},
KubernetesVersion = "1.15.4",
KubernetesVersion = "1.15.7",
RoleBasedAccessControl = new KubernetesClusterRoleBasedAccessControlArgs { Enabled = true },
NetworkProfile = new KubernetesClusterNetworkProfileArgs
{
Expand Down

0 comments on commit b78037d

Please sign in to comment.