Skip to content

Commit 542ed73

Browse files
Merge pull request #600 from iam-veeramalla/updateCRDs
feat: update application and applicationsets crds to match with argo cd v2.8.3
2 parents 17e173d + 40c727e commit 542ed73

4 files changed

Lines changed: 8104 additions & 3820 deletions

File tree

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 154 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,15 @@ spec:
287287
type: array
288288
values:
289289
description: Values specifies Helm values to be passed
290-
to helm template, typically defined as a block
290+
to helm template, typically defined as a block. ValuesObject
291+
takes precedence over Values, so use one or the other.
291292
type: string
293+
valuesObject:
294+
description: ValuesObject specifies Helm values to be
295+
passed to helm template, defined as a map. This takes
296+
precedence over Values.
297+
type: object
298+
x-kubernetes-preserve-unknown-fields: true
292299
version:
293300
description: Version is the Helm version to use for templating
294301
("3")
@@ -576,8 +583,15 @@ spec:
576583
type: array
577584
values:
578585
description: Values specifies Helm values to be passed
579-
to helm template, typically defined as a block
586+
to helm template, typically defined as a block. ValuesObject
587+
takes precedence over Values, so use one or the other.
580588
type: string
589+
valuesObject:
590+
description: ValuesObject specifies Helm values to be
591+
passed to helm template, defined as a map. This takes
592+
precedence over Values.
593+
type: object
594+
x-kubernetes-preserve-unknown-fields: true
581595
version:
582596
description: Version is the Helm version to use for
583597
templating ("3")
@@ -982,8 +996,15 @@ spec:
982996
type: array
983997
values:
984998
description: Values specifies Helm values to be passed to
985-
helm template, typically defined as a block
999+
helm template, typically defined as a block. ValuesObject
1000+
takes precedence over Values, so use one or the other.
9861001
type: string
1002+
valuesObject:
1003+
description: ValuesObject specifies Helm values to be passed
1004+
to helm template, defined as a map. This takes precedence
1005+
over Values.
1006+
type: object
1007+
x-kubernetes-preserve-unknown-fields: true
9871008
version:
9881009
description: Version is the Helm version to use for templating
9891010
("3")
@@ -1262,8 +1283,15 @@ spec:
12621283
type: array
12631284
values:
12641285
description: Values specifies Helm values to be passed to
1265-
helm template, typically defined as a block
1286+
helm template, typically defined as a block. ValuesObject
1287+
takes precedence over Values, so use one or the other.
12661288
type: string
1289+
valuesObject:
1290+
description: ValuesObject specifies Helm values to be passed
1291+
to helm template, defined as a map. This takes precedence
1292+
over Values.
1293+
type: object
1294+
x-kubernetes-preserve-unknown-fields: true
12671295
version:
12681296
description: Version is the Helm version to use for templating
12691297
("3")
@@ -1428,7 +1456,7 @@ spec:
14281456
as part of automated sync (default: false)'
14291457
type: boolean
14301458
selfHeal:
1431-
description: 'SelfHeal specifes whether to revert resources
1459+
description: 'SelfHeal specifies whether to revert resources
14321460
back to their desired state upon modification in the cluster
14331461
(default: false)'
14341462
type: boolean
@@ -1492,7 +1520,7 @@ spec:
14921520
conditions
14931521
items:
14941522
description: ApplicationCondition contains details about an application
1495-
condition, which is usally an error or warning
1523+
condition, which is usually an error or warning
14961524
properties:
14971525
lastTransitionTime:
14981526
description: LastTransitionTime is the time the condition was
@@ -1511,6 +1539,10 @@ spec:
15111539
- type
15121540
type: object
15131541
type: array
1542+
controllerNamespace:
1543+
description: ControllerNamespace indicates the namespace in which
1544+
the application controller is located
1545+
type: string
15141546
health:
15151547
description: Health contains information about the application's current
15161548
health status
@@ -1690,8 +1722,15 @@ spec:
16901722
type: array
16911723
values:
16921724
description: Values specifies Helm values to be passed
1693-
to helm template, typically defined as a block
1725+
to helm template, typically defined as a block. ValuesObject
1726+
takes precedence over Values, so use one or the other.
16941727
type: string
1728+
valuesObject:
1729+
description: ValuesObject specifies Helm values to be
1730+
passed to helm template, defined as a map. This takes
1731+
precedence over Values.
1732+
type: object
1733+
x-kubernetes-preserve-unknown-fields: true
16951734
version:
16961735
description: Version is the Helm version to use for
16971736
templating ("3")
@@ -1983,8 +2022,16 @@ spec:
19832022
type: array
19842023
values:
19852024
description: Values specifies Helm values to be passed
1986-
to helm template, typically defined as a block
2025+
to helm template, typically defined as a block.
2026+
ValuesObject takes precedence over Values, so use
2027+
one or the other.
19872028
type: string
2029+
valuesObject:
2030+
description: ValuesObject specifies Helm values to
2031+
be passed to helm template, defined as a map. This
2032+
takes precedence over Values.
2033+
type: object
2034+
x-kubernetes-preserve-unknown-fields: true
19882035
version:
19892036
description: Version is the Helm version to use for
19902037
templating ("3")
@@ -2421,8 +2468,15 @@ spec:
24212468
values:
24222469
description: Values specifies Helm values to be
24232470
passed to helm template, typically defined as
2424-
a block
2471+
a block. ValuesObject takes precedence over
2472+
Values, so use one or the other.
24252473
type: string
2474+
valuesObject:
2475+
description: ValuesObject specifies Helm values
2476+
to be passed to helm template, defined as a
2477+
map. This takes precedence over Values.
2478+
type: object
2479+
x-kubernetes-preserve-unknown-fields: true
24262480
version:
24272481
description: Version is the Helm version to use
24282482
for templating ("3")
@@ -2730,8 +2784,15 @@ spec:
27302784
values:
27312785
description: Values specifies Helm values to
27322786
be passed to helm template, typically defined
2733-
as a block
2787+
as a block. ValuesObject takes precedence
2788+
over Values, so use one or the other.
27342789
type: string
2790+
valuesObject:
2791+
description: ValuesObject specifies Helm values
2792+
to be passed to helm template, defined as
2793+
a map. This takes precedence over Values.
2794+
type: object
2795+
x-kubernetes-preserve-unknown-fields: true
27352796
version:
27362797
description: Version is the Helm version to
27372798
use for templating ("3")
@@ -2941,6 +3002,19 @@ spec:
29413002
syncResult:
29423003
description: SyncResult is the result of a Sync operation
29433004
properties:
3005+
managedNamespaceMetadata:
3006+
description: ManagedNamespaceMetadata contains the current
3007+
sync state of managed namespace metadata
3008+
properties:
3009+
annotations:
3010+
additionalProperties:
3011+
type: string
3012+
type: object
3013+
labels:
3014+
additionalProperties:
3015+
type: string
3016+
type: object
3017+
type: object
29443018
resources:
29453019
description: Resources contains a list of sync result items
29463020
for each individual resource in a sync operation
@@ -3143,8 +3217,16 @@ spec:
31433217
type: array
31443218
values:
31453219
description: Values specifies Helm values to be passed
3146-
to helm template, typically defined as a block
3220+
to helm template, typically defined as a block.
3221+
ValuesObject takes precedence over Values, so use
3222+
one or the other.
31473223
type: string
3224+
valuesObject:
3225+
description: ValuesObject specifies Helm values to
3226+
be passed to helm template, defined as a map. This
3227+
takes precedence over Values.
3228+
type: object
3229+
x-kubernetes-preserve-unknown-fields: true
31483230
version:
31493231
description: Version is the Helm version to use for
31503232
templating ("3")
@@ -3447,8 +3529,15 @@ spec:
34473529
values:
34483530
description: Values specifies Helm values to be
34493531
passed to helm template, typically defined as
3450-
a block
3532+
a block. ValuesObject takes precedence over Values,
3533+
so use one or the other.
34513534
type: string
3535+
valuesObject:
3536+
description: ValuesObject specifies Helm values
3537+
to be passed to helm template, defined as a map.
3538+
This takes precedence over Values.
3539+
type: object
3540+
x-kubernetes-preserve-unknown-fields: true
34523541
version:
34533542
description: Version is the Helm version to use
34543543
for templating ("3")
@@ -3718,6 +3807,42 @@ spec:
37183807
and must be set to the Kubernetes control plane API
37193808
type: string
37203809
type: object
3810+
ignoreDifferences:
3811+
description: IgnoreDifferences is a reference to the application's
3812+
ignored differences used for comparison
3813+
items:
3814+
description: ResourceIgnoreDifferences contains resource
3815+
filter and list of json paths which should be ignored
3816+
during comparison with live state.
3817+
properties:
3818+
group:
3819+
type: string
3820+
jqPathExpressions:
3821+
items:
3822+
type: string
3823+
type: array
3824+
jsonPointers:
3825+
items:
3826+
type: string
3827+
type: array
3828+
kind:
3829+
type: string
3830+
managedFieldsManagers:
3831+
description: ManagedFieldsManagers is a list of trusted
3832+
managers. Fields mutated by those managers will take
3833+
precedence over the desired state defined in the SCM
3834+
and won't be displayed in diffs
3835+
items:
3836+
type: string
3837+
type: array
3838+
name:
3839+
type: string
3840+
namespace:
3841+
type: string
3842+
required:
3843+
- kind
3844+
type: object
3845+
type: array
37213846
source:
37223847
description: Source is a reference to the application's source
37233848
used for comparison
@@ -3856,8 +3981,16 @@ spec:
38563981
type: array
38573982
values:
38583983
description: Values specifies Helm values to be passed
3859-
to helm template, typically defined as a block
3984+
to helm template, typically defined as a block.
3985+
ValuesObject takes precedence over Values, so use
3986+
one or the other.
38603987
type: string
3988+
valuesObject:
3989+
description: ValuesObject specifies Helm values to
3990+
be passed to helm template, defined as a map. This
3991+
takes precedence over Values.
3992+
type: object
3993+
x-kubernetes-preserve-unknown-fields: true
38613994
version:
38623995
description: Version is the Helm version to use for
38633996
templating ("3")
@@ -4160,8 +4293,15 @@ spec:
41604293
values:
41614294
description: Values specifies Helm values to be
41624295
passed to helm template, typically defined as
4163-
a block
4296+
a block. ValuesObject takes precedence over Values,
4297+
so use one or the other.
41644298
type: string
4299+
valuesObject:
4300+
description: ValuesObject specifies Helm values
4301+
to be passed to helm template, defined as a map.
4302+
This takes precedence over Values.
4303+
type: object
4304+
x-kubernetes-preserve-unknown-fields: true
41654305
version:
41664306
description: Version is the Helm version to use
41674307
for templating ("3")

0 commit comments

Comments
 (0)