File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 Oracle and/or its affiliates.
1
+ // Copyright (c) 2024 Oracle and/or its affiliates.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
variable "ociTenancyOcid" {}
4
4
variable "ociUserOcid" {}
@@ -11,6 +11,6 @@ variable "inventoryDbName" {}
11
11
variable "kubernetes_version" {
12
12
description = " OKE Version"
13
13
type = string
14
- default = " v1.27.2 "
14
+ default = " v1.29.1 "
15
15
}
16
16
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 Oracle and/or its affiliates.
1
+ // Copyright (c) 2024 Oracle and/or its affiliates.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
variable "ociTenancyOcid" {}
@@ -9,5 +9,5 @@ variable "vcnOcid" {}
9
9
variable "kubernetes_version" {
10
10
description = " OKE Version"
11
11
type = string
12
- default = " v1.27.2 "
12
+ default = " v1.29.1 "
13
13
}
You can’t perform that action at this time.
0 commit comments