Skip to content

Commit a50c776

Browse files
authored
chore: synchronize E2E tests with upstream and update argocd-operator dependency (#1062)
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent 421cfa5 commit a50c776

25 files changed

Lines changed: 5170 additions & 529 deletions

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ spec:
111111
a failed sync. If set to 0, no retries will be performed.
112112
format: int64
113113
type: integer
114+
refresh:
115+
description: 'Refresh indicates if the latest revision should
116+
be used on retry instead of the initial one (default: false)'
117+
type: boolean
114118
type: object
115119
sync:
116120
description: Sync contains parameters for the operation
@@ -1475,11 +1479,15 @@ spec:
14751479
path:
14761480
description: |-
14771481
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
1478-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
1482+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
1483+
hydrated manifests will be synced.
1484+
minLength: 1
1485+
pattern: ^.{2,}|[^./]$
14791486
type: string
14801487
targetBranch:
1481-
description: TargetBranch is the branch to which hydrated
1482-
manifests should be committed
1488+
description: |-
1489+
TargetBranch is the branch from which hydrated manifests will be synced.
1490+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
14831491
type: string
14841492
required:
14851493
- path
@@ -1938,6 +1946,10 @@ spec:
19381946
a failed sync. If set to 0, no retries will be performed.
19391947
format: int64
19401948
type: integer
1949+
refresh:
1950+
description: 'Refresh indicates if the latest revision should
1951+
be used on retry instead of the initial one (default: false)'
1952+
type: boolean
19411953
type: object
19421954
syncOptions:
19431955
description: Options allow you to specify whole app sync-options
@@ -2906,6 +2918,11 @@ spec:
29062918
be performed.
29072919
format: int64
29082920
type: integer
2921+
refresh:
2922+
description: 'Refresh indicates if the latest revision
2923+
should be used on retry instead of the initial one (default:
2924+
false)'
2925+
type: boolean
29092926
type: object
29102927
sync:
29112928
description: Sync contains parameters for the operation
@@ -4878,11 +4895,15 @@ spec:
48784895
path:
48794896
description: |-
48804897
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4881-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4898+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4899+
hydrated manifests will be synced.
4900+
minLength: 1
4901+
pattern: ^.{2,}|[^./]$
48824902
type: string
48834903
targetBranch:
4884-
description: TargetBranch is the branch to which hydrated
4885-
manifests should be committed
4904+
description: |-
4905+
TargetBranch is the branch from which hydrated manifests will be synced.
4906+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
48864907
type: string
48874908
required:
48884909
- path
@@ -4957,11 +4978,15 @@ spec:
49574978
path:
49584979
description: |-
49594980
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4960-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4981+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4982+
hydrated manifests will be synced.
4983+
minLength: 1
4984+
pattern: ^.{2,}|[^./]$
49614985
type: string
49624986
targetBranch:
4963-
description: TargetBranch is the branch to which hydrated
4964-
manifests should be committed
4987+
description: |-
4988+
TargetBranch is the branch from which hydrated manifests will be synced.
4989+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
49654990
type: string
49664991
required:
49674992
- path

0 commit comments

Comments
 (0)