Skip to content

Commit f12b1e8

Browse files
authored
Support for Kubernetes 1.23.4 on the schema
1 parent 1c2c9f8 commit f12b1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ variables:
240240
type: enum
241241
enum: # Necessary hardcoded supported versions, as ORM does not retrieve the versions from OKE.
242242
- "Latest"
243+
- "v1.23.4"
243244
- "v1.22.5"
244245
- "v1.21.5"
245246
- "v1.20.11"
246-
- "v1.19.15"
247247
title: "Kubernetes Version"
248248
required: true
249249
visible:

0 commit comments

Comments
 (0)