Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #712 from kinvolk/iaguis/update-aks
Browse files Browse the repository at this point in the history
pkg/platform/aks: update Kubernetes version to 1.16.10
  • Loading branch information
iaguis committed Jul 10, 2020
2 parents c0263bd + de554d1 commit fee1edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/aks/aks.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
subscriptionIDEnv = "LOKOMOTIVE_AKS_SUBSCRIPTION_ID"
tenantIDEnv = "LOKOMOTIVE_AKS_TENANT_ID"

kubernetesVersion = "1.16.9"
kubernetesVersion = "1.16.10"
)

// init registers AKS as a platform.
Expand Down

0 comments on commit fee1edd

Please sign in to comment.