feat(argo-cd): Upgrade Argo CD to 2.5.0 (#1568)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
c8f7efb68f
commit
7e30521dd2
11 changed files with 451 additions and 119 deletions
|
|
@ -343,8 +343,8 @@ spec:
|
|||
and is only valid for applications sourced from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management
|
||||
plugin specific options
|
||||
description: Plugin holds config management plugin specific
|
||||
options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable entries
|
||||
|
|
@ -689,8 +689,7 @@ spec:
|
|||
and is only valid for applications sourced from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management plugin
|
||||
specific options
|
||||
description: Plugin holds config management plugin specific options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable entries
|
||||
|
|
@ -1045,8 +1044,8 @@ spec:
|
|||
and is only valid for applications sourced from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management
|
||||
plugin specific options
|
||||
description: Plugin holds config management plugin specific
|
||||
options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable entries
|
||||
|
|
@ -1417,8 +1416,8 @@ spec:
|
|||
from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management
|
||||
plugin specific options
|
||||
description: Plugin holds config management plugin
|
||||
specific options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable
|
||||
|
|
@ -1761,8 +1760,8 @@ spec:
|
|||
and is only valid for applications sourced from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management
|
||||
plugin specific options
|
||||
description: Plugin holds config management plugin specific
|
||||
options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable
|
||||
|
|
@ -1813,6 +1812,10 @@ spec:
|
|||
reconciled using the latest git version
|
||||
format: date-time
|
||||
type: string
|
||||
resourceHealthSource:
|
||||
description: 'ResourceHealthSource indicates where the resource health
|
||||
status is stored: inline if not set or appTree'
|
||||
type: string
|
||||
resources:
|
||||
description: Resources is a list of Kubernetes resources managed by
|
||||
this application
|
||||
|
|
@ -1849,6 +1852,9 @@ spec:
|
|||
description: SyncStatusCode is a type which represents possible
|
||||
comparison results
|
||||
type: string
|
||||
syncWave:
|
||||
format: int64
|
||||
type: integer
|
||||
version:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -2095,8 +2101,8 @@ spec:
|
|||
and is only valid for applications sourced from Git.
|
||||
type: string
|
||||
plugin:
|
||||
description: ConfigManagementPlugin holds config management
|
||||
plugin specific options
|
||||
description: Plugin holds config management plugin specific
|
||||
options
|
||||
properties:
|
||||
env:
|
||||
description: Env is a list of environment variable
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ metadata:
|
|||
{{- with .Values.crds.annotations }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
controller-gen.kubebuilder.io/version: v0.3.0
|
||||
labels:
|
||||
app.kubernetes.io/name: applicationsets.argoproj.io
|
||||
app.kubernetes.io/part-of: argocd
|
||||
|
|
@ -2381,6 +2380,8 @@ spec:
|
|||
properties:
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
|
|
@ -2403,6 +2404,31 @@ spec:
|
|||
- owner
|
||||
- repo
|
||||
type: object
|
||||
gitlab:
|
||||
properties:
|
||||
api:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
project:
|
||||
type: string
|
||||
pullRequestState:
|
||||
type: string
|
||||
tokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
required:
|
||||
- project
|
||||
type: object
|
||||
requeueAfterSeconds:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -2664,6 +2690,31 @@ spec:
|
|||
type: object
|
||||
scmProvider:
|
||||
properties:
|
||||
azureDevOps:
|
||||
properties:
|
||||
accessTokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
allBranches:
|
||||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
teamProject:
|
||||
type: string
|
||||
required:
|
||||
- accessTokenRef
|
||||
- organization
|
||||
- teamProject
|
||||
type: object
|
||||
bitbucket:
|
||||
properties:
|
||||
allBranches:
|
||||
|
|
@ -2768,6 +2819,8 @@ spec:
|
|||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
tokenRef:
|
||||
|
|
@ -3065,6 +3118,29 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
type: object
|
||||
selector:
|
||||
properties:
|
||||
matchExpressions:
|
||||
items:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
operator:
|
||||
type: string
|
||||
values:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
required:
|
||||
- key
|
||||
- operator
|
||||
type: object
|
||||
type: array
|
||||
matchLabels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
type: array
|
||||
template:
|
||||
|
|
@ -4534,6 +4610,8 @@ spec:
|
|||
properties:
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
|
|
@ -4556,6 +4634,31 @@ spec:
|
|||
- owner
|
||||
- repo
|
||||
type: object
|
||||
gitlab:
|
||||
properties:
|
||||
api:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
project:
|
||||
type: string
|
||||
pullRequestState:
|
||||
type: string
|
||||
tokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
required:
|
||||
- project
|
||||
type: object
|
||||
requeueAfterSeconds:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -4817,6 +4920,31 @@ spec:
|
|||
type: object
|
||||
scmProvider:
|
||||
properties:
|
||||
azureDevOps:
|
||||
properties:
|
||||
accessTokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
allBranches:
|
||||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
teamProject:
|
||||
type: string
|
||||
required:
|
||||
- accessTokenRef
|
||||
- organization
|
||||
- teamProject
|
||||
type: object
|
||||
bitbucket:
|
||||
properties:
|
||||
allBranches:
|
||||
|
|
@ -4921,6 +5049,8 @@ spec:
|
|||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
tokenRef:
|
||||
|
|
@ -5218,6 +5348,29 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
type: object
|
||||
selector:
|
||||
properties:
|
||||
matchExpressions:
|
||||
items:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
operator:
|
||||
type: string
|
||||
values:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
required:
|
||||
- key
|
||||
- operator
|
||||
type: object
|
||||
type: array
|
||||
matchLabels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
type: array
|
||||
mergeKeys:
|
||||
|
|
@ -5552,6 +5705,8 @@ spec:
|
|||
properties:
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
|
|
@ -5574,6 +5729,31 @@ spec:
|
|||
- owner
|
||||
- repo
|
||||
type: object
|
||||
gitlab:
|
||||
properties:
|
||||
api:
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
project:
|
||||
type: string
|
||||
pullRequestState:
|
||||
type: string
|
||||
tokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
required:
|
||||
- project
|
||||
type: object
|
||||
requeueAfterSeconds:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -5835,6 +6015,31 @@ spec:
|
|||
type: object
|
||||
scmProvider:
|
||||
properties:
|
||||
azureDevOps:
|
||||
properties:
|
||||
accessTokenRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
secretName:
|
||||
type: string
|
||||
required:
|
||||
- key
|
||||
- secretName
|
||||
type: object
|
||||
allBranches:
|
||||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
teamProject:
|
||||
type: string
|
||||
required:
|
||||
- accessTokenRef
|
||||
- organization
|
||||
- teamProject
|
||||
type: object
|
||||
bitbucket:
|
||||
properties:
|
||||
allBranches:
|
||||
|
|
@ -5939,6 +6144,8 @@ spec:
|
|||
type: boolean
|
||||
api:
|
||||
type: string
|
||||
appSecretName:
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
tokenRef:
|
||||
|
|
@ -6236,8 +6443,33 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
type: object
|
||||
selector:
|
||||
properties:
|
||||
matchExpressions:
|
||||
items:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
operator:
|
||||
type: string
|
||||
values:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
required:
|
||||
- key
|
||||
- operator
|
||||
type: object
|
||||
type: array
|
||||
matchLabels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
type: array
|
||||
goTemplate:
|
||||
type: boolean
|
||||
syncPolicy:
|
||||
properties:
|
||||
preserveResourcesOnDeletion:
|
||||
|
|
|
|||
|
|
@ -167,6 +167,10 @@ spec:
|
|||
for apps which have orphaned resources
|
||||
type: boolean
|
||||
type: object
|
||||
permitOnlyProjectScopedClusters:
|
||||
description: PermitOnlyProjectScopedClusters determines whether destinations
|
||||
can only reference clusters which are project-scoped
|
||||
type: boolean
|
||||
roles:
|
||||
description: Roles are user defined RBAC roles associated with this
|
||||
project
|
||||
|
|
@ -229,6 +233,12 @@ spec:
|
|||
- keyID
|
||||
type: object
|
||||
type: array
|
||||
sourceNamespaces:
|
||||
description: SourceNamespaces defines the namespaces application resources
|
||||
are allowed to be created in
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
sourceRepos:
|
||||
description: SourceRepos contains list of repository URLs which can
|
||||
be used for deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue