From 6affb692ec3ca1f23aed9e08047fd2855a1cf2e6 Mon Sep 17 00:00:00 2001 From: Emmanuel Leroy Date: Mon, 1 May 2023 10:24:28 -0700 Subject: [PATCH] add support for v1.26.2 --- schema.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.yaml b/schema.yaml index a9a6a0c..687ca99 100644 --- a/schema.yaml +++ b/schema.yaml @@ -282,6 +282,7 @@ variables: type: enum title: "Kubernetes Version" enum: # Necessary hardcoded supported versions, as ORM does not retrieve the versions from OKE. + - "v1.26.2" - "v1.25.4" - "v1.24.1" - "v1.23.4"