Skip to content

Commit 9d54c29

Browse files
committed
chore: bump argo-workflow to v3.6.5
Update Argo Workflows CRD files and corresponding KCL files to v3.6.5. Changes: - Updated 8 CRD YAML files - Updated 8 KCL files - Updated package version in kcl.mod from 0.1.1 to 3.6.5 Source URL: https://github.com/argoproj/argo-workflows/tree/v3.6.5/manifests/base/crds/full Signed-off-by: zimagen <[email protected]>
1 parent d75a536 commit 9d54c29

18 files changed

+37793
-14267
lines changed

argo-workflow/crds/clusterworkflowtemplates.yaml

+1,954-58
Large diffs are not rendered by default.

argo-workflow/crds/cronworkflows.yaml

+1,958-61
Large diffs are not rendered by default.

argo-workflow/crds/io_workflows.yaml

+4,933-124
Large diffs are not rendered by default.

argo-workflow/crds/io_workflowtaskresults.yaml

+41
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ spec:
7474
key:
7575
type: string
7676
name:
77+
default: ""
7778
type: string
7879
optional:
7980
type: boolean
@@ -88,6 +89,7 @@ spec:
8889
key:
8990
type: string
9091
name:
92+
default: ""
9193
type: string
9294
optional:
9395
type: boolean
@@ -105,6 +107,7 @@ spec:
105107
key:
106108
type: string
107109
name:
110+
default: ""
108111
type: string
109112
optional:
110113
type: boolean
@@ -142,6 +145,7 @@ spec:
142145
key:
143146
type: string
144147
name:
148+
default: ""
145149
type: string
146150
optional:
147151
type: boolean
@@ -167,11 +171,14 @@ spec:
167171
type: array
168172
insecureIgnoreHostKey:
169173
type: boolean
174+
insecureSkipTLS:
175+
type: boolean
170176
passwordSecret:
171177
properties:
172178
key:
173179
type: string
174180
name:
181+
default: ""
175182
type: string
176183
optional:
177184
type: boolean
@@ -190,6 +197,7 @@ spec:
190197
key:
191198
type: string
192199
name:
200+
default: ""
193201
type: string
194202
optional:
195203
type: boolean
@@ -202,6 +210,7 @@ spec:
202210
key:
203211
type: string
204212
name:
213+
default: ""
205214
type: string
206215
optional:
207216
type: boolean
@@ -220,6 +229,8 @@ spec:
220229
items:
221230
type: string
222231
type: array
232+
dataTransferProtection:
233+
type: string
223234
force:
224235
type: boolean
225236
hdfsUser:
@@ -229,6 +240,7 @@ spec:
229240
key:
230241
type: string
231242
name:
243+
default: ""
232244
type: string
233245
optional:
234246
type: boolean
@@ -241,6 +253,7 @@ spec:
241253
key:
242254
type: string
243255
name:
256+
default: ""
244257
type: string
245258
optional:
246259
type: boolean
@@ -253,6 +266,7 @@ spec:
253266
key:
254267
type: string
255268
name:
269+
default: ""
256270
type: string
257271
optional:
258272
type: boolean
@@ -282,6 +296,7 @@ spec:
282296
key:
283297
type: string
284298
name:
299+
default: ""
285300
type: string
286301
optional:
287302
type: boolean
@@ -294,6 +309,7 @@ spec:
294309
key:
295310
type: string
296311
name:
312+
default: ""
297313
type: string
298314
optional:
299315
type: boolean
@@ -309,6 +325,7 @@ spec:
309325
key:
310326
type: string
311327
name:
328+
default: ""
312329
type: string
313330
optional:
314331
type: boolean
@@ -321,6 +338,7 @@ spec:
321338
key:
322339
type: string
323340
name:
341+
default: ""
324342
type: string
325343
optional:
326344
type: boolean
@@ -336,6 +354,7 @@ spec:
336354
key:
337355
type: string
338356
name:
357+
default: ""
339358
type: string
340359
optional:
341360
type: boolean
@@ -348,6 +367,7 @@ spec:
348367
key:
349368
type: string
350369
name:
370+
default: ""
351371
type: string
352372
optional:
353373
type: boolean
@@ -375,6 +395,7 @@ spec:
375395
key:
376396
type: string
377397
name:
398+
default: ""
378399
type: string
379400
optional:
380401
type: boolean
@@ -415,6 +436,7 @@ spec:
415436
key:
416437
type: string
417438
name:
439+
default: ""
418440
type: string
419441
optional:
420442
type: boolean
@@ -444,6 +466,7 @@ spec:
444466
key:
445467
type: string
446468
name:
469+
default: ""
447470
type: string
448471
optional:
449472
type: boolean
@@ -476,6 +499,7 @@ spec:
476499
key:
477500
type: string
478501
name:
502+
default: ""
479503
type: string
480504
optional:
481505
type: boolean
@@ -490,6 +514,7 @@ spec:
490514
key:
491515
type: string
492516
name:
517+
default: ""
493518
type: string
494519
optional:
495520
type: boolean
@@ -515,6 +540,7 @@ spec:
515540
key:
516541
type: string
517542
name:
543+
default: ""
518544
type: string
519545
optional:
520546
type: boolean
@@ -538,6 +564,20 @@ spec:
538564
key:
539565
type: string
540566
name:
567+
default: ""
568+
type: string
569+
optional:
570+
type: boolean
571+
required:
572+
- key
573+
type: object
574+
x-kubernetes-map-type: atomic
575+
sessionTokenSecret:
576+
properties:
577+
key:
578+
type: string
579+
name:
580+
default: ""
541581
type: string
542582
optional:
543583
type: boolean
@@ -580,6 +620,7 @@ spec:
580620
key:
581621
type: string
582622
name:
623+
default: ""
583624
type: string
584625
optional:
585626
type: boolean

0 commit comments

Comments
 (0)