feat(argo-cd): Upgrade Argo CD to 2.8.0 (#2170)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
4eae23b580
commit
3e35b0c7f7
9 changed files with 2264 additions and 25 deletions
|
|
@ -297,8 +297,15 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block. ValuesObject
|
||||
takes precedence over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to be
|
||||
passed to helm template, defined as a map. This takes
|
||||
precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for templating
|
||||
("3")
|
||||
|
|
@ -586,8 +593,15 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block. ValuesObject
|
||||
takes precedence over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to be
|
||||
passed to helm template, defined as a map. This takes
|
||||
precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating ("3")
|
||||
|
|
@ -992,8 +1006,15 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed to
|
||||
helm template, typically defined as a block
|
||||
helm template, typically defined as a block. ValuesObject
|
||||
takes precedence over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to be passed
|
||||
to helm template, defined as a map. This takes precedence
|
||||
over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for templating
|
||||
("3")
|
||||
|
|
@ -1272,8 +1293,15 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed to
|
||||
helm template, typically defined as a block
|
||||
helm template, typically defined as a block. ValuesObject
|
||||
takes precedence over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to be passed
|
||||
to helm template, defined as a map. This takes precedence
|
||||
over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for templating
|
||||
("3")
|
||||
|
|
@ -1438,7 +1466,7 @@ spec:
|
|||
as part of automated sync (default: false)'
|
||||
type: boolean
|
||||
selfHeal:
|
||||
description: 'SelfHeal specifes whether to revert resources
|
||||
description: 'SelfHeal specifies whether to revert resources
|
||||
back to their desired state upon modification in the cluster
|
||||
(default: false)'
|
||||
type: boolean
|
||||
|
|
@ -1502,7 +1530,7 @@ spec:
|
|||
conditions
|
||||
items:
|
||||
description: ApplicationCondition contains details about an application
|
||||
condition, which is usally an error or warning
|
||||
condition, which is usually an error or warning
|
||||
properties:
|
||||
lastTransitionTime:
|
||||
description: LastTransitionTime is the time the condition was
|
||||
|
|
@ -1521,6 +1549,10 @@ spec:
|
|||
- type
|
||||
type: object
|
||||
type: array
|
||||
controllerNamespace:
|
||||
description: ControllerNamespace indicates the namespace in which
|
||||
the application controller is located
|
||||
type: string
|
||||
health:
|
||||
description: Health contains information about the application's current
|
||||
health status
|
||||
|
|
@ -1700,8 +1732,15 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block. ValuesObject
|
||||
takes precedence over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to be
|
||||
passed to helm template, defined as a map. This takes
|
||||
precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating ("3")
|
||||
|
|
@ -1993,8 +2032,16 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block.
|
||||
ValuesObject takes precedence over Values, so use
|
||||
one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to
|
||||
be passed to helm template, defined as a map. This
|
||||
takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating ("3")
|
||||
|
|
@ -2431,8 +2478,15 @@ spec:
|
|||
values:
|
||||
description: Values specifies Helm values to be
|
||||
passed to helm template, typically defined as
|
||||
a block
|
||||
a block. ValuesObject takes precedence over
|
||||
Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values
|
||||
to be passed to helm template, defined as a
|
||||
map. This takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use
|
||||
for templating ("3")
|
||||
|
|
@ -2740,8 +2794,15 @@ spec:
|
|||
values:
|
||||
description: Values specifies Helm values to
|
||||
be passed to helm template, typically defined
|
||||
as a block
|
||||
as a block. ValuesObject takes precedence
|
||||
over Values, so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values
|
||||
to be passed to helm template, defined as
|
||||
a map. This takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to
|
||||
use for templating ("3")
|
||||
|
|
@ -2951,6 +3012,19 @@ spec:
|
|||
syncResult:
|
||||
description: SyncResult is the result of a Sync operation
|
||||
properties:
|
||||
managedNamespaceMetadata:
|
||||
description: ManagedNamespaceMetadata contains the current
|
||||
sync state of managed namespace metadata
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
resources:
|
||||
description: Resources contains a list of sync result items
|
||||
for each individual resource in a sync operation
|
||||
|
|
@ -3153,8 +3227,16 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block.
|
||||
ValuesObject takes precedence over Values, so use
|
||||
one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to
|
||||
be passed to helm template, defined as a map. This
|
||||
takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating ("3")
|
||||
|
|
@ -3457,8 +3539,15 @@ spec:
|
|||
values:
|
||||
description: Values specifies Helm values to be
|
||||
passed to helm template, typically defined as
|
||||
a block
|
||||
a block. ValuesObject takes precedence over Values,
|
||||
so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values
|
||||
to be passed to helm template, defined as a map.
|
||||
This takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use
|
||||
for templating ("3")
|
||||
|
|
@ -3728,6 +3817,42 @@ spec:
|
|||
and must be set to the Kubernetes control plane API
|
||||
type: string
|
||||
type: object
|
||||
ignoreDifferences:
|
||||
description: IgnoreDifferences is a reference to the application's
|
||||
ignored differences used for comparison
|
||||
items:
|
||||
description: ResourceIgnoreDifferences contains resource
|
||||
filter and list of json paths which should be ignored
|
||||
during comparison with live state.
|
||||
properties:
|
||||
group:
|
||||
type: string
|
||||
jqPathExpressions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
jsonPointers:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
kind:
|
||||
type: string
|
||||
managedFieldsManagers:
|
||||
description: ManagedFieldsManagers is a list of trusted
|
||||
managers. Fields mutated by those managers will take
|
||||
precedence over the desired state defined in the SCM
|
||||
and won't be displayed in diffs
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
type: string
|
||||
namespace:
|
||||
type: string
|
||||
required:
|
||||
- kind
|
||||
type: object
|
||||
type: array
|
||||
source:
|
||||
description: Source is a reference to the application's source
|
||||
used for comparison
|
||||
|
|
@ -3866,8 +3991,16 @@ spec:
|
|||
type: array
|
||||
values:
|
||||
description: Values specifies Helm values to be passed
|
||||
to helm template, typically defined as a block
|
||||
to helm template, typically defined as a block.
|
||||
ValuesObject takes precedence over Values, so use
|
||||
one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values to
|
||||
be passed to helm template, defined as a map. This
|
||||
takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating ("3")
|
||||
|
|
@ -4170,8 +4303,15 @@ spec:
|
|||
values:
|
||||
description: Values specifies Helm values to be
|
||||
passed to helm template, typically defined as
|
||||
a block
|
||||
a block. ValuesObject takes precedence over Values,
|
||||
so use one or the other.
|
||||
type: string
|
||||
valuesObject:
|
||||
description: ValuesObject specifies Helm values
|
||||
to be passed to helm template, defined as a map.
|
||||
This takes precedence over Values.
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
version:
|
||||
description: Version is the Helm version to use
|
||||
for templating ("3")
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue