Skip to content

Commit

Permalink
fix: update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Sep 17, 2023
1 parent e8600a0 commit 7643989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-resources/ovh.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "ovh_cloud_project_kube" "orchid_cluster" {
service_name = var.ovh_project_id
name = "orchid"
region = "SBG5"
version = "1.26"
version = "1.27"

lifecycle {
prevent_destroy = true
Expand Down

0 comments on commit 7643989

Please sign in to comment.