Skip to content

Commit ca55adb

Browse files
committed
Automated update
1 parent 6bebaca commit ca55adb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# X.Y.Z-standalone-strict - de-referenced schemas, more useful as standalone documents, additionalProperties disallowed
99
# X.Y.Z-local - relative references, useful to avoid the network dependency
1010

11-
declare -a arr=(v1.23.3)
11+
declare -a arr=(v1.23.4)
1212

1313
# This list is used only list of already genrated schema definition
1414
# (or when we need to rebuild all definitions)

variant.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
kubernetes:
3-
version: 1.23.3
4-
previousVersion: 1.23.2
3+
version: 1.23.4
4+
previousVersion: 1.23.3

0 commit comments

Comments
 (0)