Skip to content

Commit d3f14c1

Browse files
authored
Update schema.yaml
Updated OKE version.
1 parent 53eafc4 commit d3f14c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ variables:
113113
kubernetes_version:
114114
type: enum
115115
enum:
116+
- "v1.26.2
116117
- "v1.25.4"
117118
- "v1.24.1"
118-
- "v1.23.4"
119119
title: "Kubernetes Version"
120120
description: "Choose the version of Kubernetes to deploy"
121121
required: true
122-
default: "v1.25.4"
122+
default: "v1.26.2"
123123

124124
cluster_name:
125125
type: string

0 commit comments

Comments
 (0)