Skip to content

Commit

Permalink
Update the dev version of Kubernetes in the website to 1.19. (#2151)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Mandel <[email protected]>
  • Loading branch information
roberthbailey and markmandel authored Jun 23, 2021
1 parent 652f201 commit 98725bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ supported_k8s = "1.18"
aks_minor_supported_k8s = "14"
minikube_minor_supported_k8s = "15"
# shown in development (or the next version that will be supported)
dev_supported_k8s = "1.18"
dev_aks_minor_supported_k8s = "14"
dev_minikube_minor_supported_k8s = "15"
dev_supported_k8s = "1.19"
dev_aks_minor_supported_k8s = "11"
dev_minikube_minor_supported_k8s = "12"

# example tag
example_image_tag = "gcr.io/agones-images/simple-game-server:0.3"
Expand Down

0 comments on commit 98725bd

Please sign in to comment.