Bump up DOK version

This commit is contained in:
Jérôme Petazzoni
2022-04-08 20:35:53 +02:00
parent 94545f800a
commit f9bb780f80

View File

@@ -53,5 +53,5 @@ variable "location" {
# doctl kubernetes options versions -o json | jq -r .[].slug
variable "k8s_version" {
type = string
default = "1.21.5-do.0"
default = "1.22.8-do.0"
}