Skip to content

Commit

Permalink
feat(doks): 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 6884698 commit bbbb3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doks-cluster.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data "digitalocean_kubernetes_versions" "doks" {
version_prefix = "1.24."
version_prefix = "1.25."
}

resource "digitalocean_kubernetes_cluster" "doks_cluster" {
Expand Down

0 comments on commit bbbb3de

Please sign in to comment.