Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ parameters:
argocd_operator:
registry: quay.io
repository: argoprojlabs/argocd-operator
tag: v0.15.0
tag: v0.16.0
kube_rbac_proxy:
registry: quay.io
repository: brancz/kube-rbac-proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1882,6 +1882,10 @@ spec:
description: 'AllowEmpty allows apps have zero live resources
(default: false)'
type: boolean
enabled:
description: Enable allows apps to explicitly control automated
sync
type: boolean
prune:
description: 'Prune specifies whether to delete resources
from the cluster that are not found in the sources anymore
Expand Down Expand Up @@ -1985,12 +1989,13 @@ spec:
format: date-time
type: string
message:
description: Message is a human-readable informational message
describing the health status
description: |-
Message is a human-readable informational message describing the health status

Deprecated: this field is not used and will be removed in a future release.
type: string
status:
description: Status holds the status code of the application or
resource
description: Status holds the status code of the application
type: string
type: object
history:
Expand Down Expand Up @@ -3859,6 +3864,12 @@ spec:
description: HookType specifies the type of the hook.
Empty for non-hook resources
type: string
images:
description: Images contains the images related to the
ResourceResult
items:
type: string
type: array
kind:
description: Kind specifies the API kind of the resource
type: string
Expand Down Expand Up @@ -4736,17 +4747,18 @@ spec:
(e.g., Healthy, Degraded, Progressing).
properties:
lastTransitionTime:
description: LastTransitionTime is the time the HealthStatus
was set or updated
description: |-
LastTransitionTime is the time the HealthStatus was set or updated

Deprecated: this field is not used and will be removed in a future release.
format: date-time
type: string
message:
description: Message is a human-readable informational message
describing the health status
type: string
status:
description: Status holds the status code of the application
or resource
description: Status holds the status code of the resource
type: string
type: object
hook:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -1347,6 +1349,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -1413,6 +1417,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
Expand Down Expand Up @@ -2026,6 +2032,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -2685,6 +2693,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -3369,6 +3379,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -4049,6 +4061,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -4115,6 +4129,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
Expand Down Expand Up @@ -4728,6 +4744,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -5387,6 +5405,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -6054,6 +6074,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -6255,6 +6277,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
Expand Down Expand Up @@ -6940,6 +6966,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -7825,6 +7853,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -8501,6 +8531,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -9187,6 +9219,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -9867,6 +9901,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -9933,6 +9969,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
Expand Down Expand Up @@ -10546,6 +10584,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -11205,6 +11245,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -11872,6 +11914,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -12073,6 +12117,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
Expand Down Expand Up @@ -12758,6 +12806,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -13643,6 +13693,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -14323,6 +14375,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -14989,6 +15043,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -15190,6 +15246,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
Expand Down Expand Up @@ -15875,6 +15935,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -16760,6 +16822,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down Expand Up @@ -17511,6 +17575,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ spec:
type: array
description:
description: Description contains optional project description
maxLength: 255
type: string
destinationServiceAccounts:
description: DestinationServiceAccounts holds information about the
Expand Down Expand Up @@ -294,6 +295,11 @@ spec:
items:
type: string
type: array
description:
description: Description of the sync that will be applied to
the schedule, can be used to add any information such as a
ticket number for example
type: string
duration:
description: Duration is the amount of time the sync window
will be open
Expand Down
Loading