Skip to content

Commit

Permalink
feat(doks-public): upgrade to kubernetes 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Jun 22, 2023
1 parent c43177b commit b71e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doks-public-cluster.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data "digitalocean_kubernetes_versions" "doks-public" {
version_prefix = "1.24."
version_prefix = "1.25."
}

resource "digitalocean_kubernetes_cluster" "doks_public_cluster" {
Expand Down

0 comments on commit b71e4d7

Please sign in to comment.