Skip to content

Commit 0d0e901

Browse files
bump kubernetes_version to v1.29.1 (#880)
1 parent 9091a00 commit 0d0e901

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grabdish/terraform/main_var.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) 2021 Oracle and/or its affiliates.
1+
//Copyright (c) 2024 Oracle and/or its affiliates.
22
//Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
variable "ociTenancyOcid" {}
44
variable "ociUserOcid" {}
@@ -11,6 +11,6 @@ variable "inventoryDbName" {}
1111
variable "kubernetes_version" {
1212
description = "OKE Version"
1313
type = string
14-
default = "v1.27.2"
14+
default = "v1.29.1"
1515
}
1616

infra/k8s/oke/terraform/main_var.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) 2021 Oracle and/or its affiliates.
1+
//Copyright (c) 2024 Oracle and/or its affiliates.
22
//Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
variable "ociTenancyOcid" {}
@@ -9,5 +9,5 @@ variable "vcnOcid" {}
99
variable "kubernetes_version" {
1010
description = "OKE Version"
1111
type = string
12-
default = "v1.27.2"
12+
default = "v1.29.1"
1313
}

0 commit comments

Comments
 (0)