chore: Update argocd version to 1.6.1 (#379)
Signed-off-by: Alin Balutoiu <alinbalutoiu@gmail.com> Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
This commit is contained in:
parent
6a26babc28
commit
ad6893449f
4 changed files with 39 additions and 10 deletions
|
|
@ -37,6 +37,18 @@ spec:
|
|||
operation:
|
||||
description: Operation contains requested operation parameters.
|
||||
properties:
|
||||
info:
|
||||
items:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
initiatedBy:
|
||||
description: OperationInitiator holds information about the operation
|
||||
initiator
|
||||
|
|
@ -574,7 +586,7 @@ spec:
|
|||
type: boolean
|
||||
type: object
|
||||
syncOptions:
|
||||
description: Options allow youe to specify whole app sync-options
|
||||
description: Options allow you to specify whole app sync-options
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
@ -615,6 +627,7 @@ spec:
|
|||
message:
|
||||
type: string
|
||||
status:
|
||||
description: Represents resource health status
|
||||
type: string
|
||||
type: object
|
||||
history:
|
||||
|
|
@ -848,6 +861,18 @@ spec:
|
|||
operation:
|
||||
description: Operation is the original requested operation
|
||||
properties:
|
||||
info:
|
||||
items:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
initiatedBy:
|
||||
description: OperationInitiator holds information about the
|
||||
operation initiator
|
||||
|
|
@ -1413,6 +1438,7 @@ spec:
|
|||
message:
|
||||
type: string
|
||||
status:
|
||||
description: Represents resource health status
|
||||
type: string
|
||||
type: object
|
||||
hook:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue