Skip to content

Commit

Permalink
feat(doks) bump Kubernetes to 1.25.x (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored Jun 22, 2023
1 parent c43177b commit 6884698
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 6884698

Please sign in to comment.