Skip to content

Commit

Permalink
bump kubernetes_version to v1.29.1 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson authored Apr 22, 2024
1 parent 9091a00 commit 0d0e901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grabdish/terraform/main_var.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright (c) 2021 Oracle and/or its affiliates.
//Copyright (c) 2024 Oracle and/or its affiliates.
//Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
variable "ociTenancyOcid" {}
variable "ociUserOcid" {}
Expand All @@ -11,6 +11,6 @@ variable "inventoryDbName" {}
variable "kubernetes_version" {
description = "OKE Version"
type = string
default = "v1.27.2"
default = "v1.29.1"
}

4 changes: 2 additions & 2 deletions infra/k8s/oke/terraform/main_var.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright (c) 2021 Oracle and/or its affiliates.
//Copyright (c) 2024 Oracle and/or its affiliates.
//Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

variable "ociTenancyOcid" {}
Expand All @@ -9,5 +9,5 @@ variable "vcnOcid" {}
variable "kubernetes_version" {
description = "OKE Version"
type = string
default = "v1.27.2"
default = "v1.29.1"
}

0 comments on commit 0d0e901

Please sign in to comment.