Skip to content

Commit 991add7

Browse files
authored
chore: update to latest argocd-operator for 1.14 release (#767)
* chore: update to leatest argocd-operator for 1.14 release Signed-off-by: saumeya <[email protected]> * crd updates Signed-off-by: saumeya <[email protected]> * test-fix Signed-off-by: saumeya <[email protected]> * update to rc2 Signed-off-by: saumeya <[email protected]> --------- Signed-off-by: saumeya <[email protected]>
1 parent 37dcfec commit 991add7

13 files changed

+514
-412
lines changed

bundle/manifests/argoproj.io_applications.yaml

+132-139
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_applicationsets.yaml

+45
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
type: string
6363
type: object
6464
type: object
65+
x-kubernetes-map-type: atomic
6566
name:
6667
type: string
6768
requeueAfterSeconds:
@@ -658,6 +659,7 @@ spec:
658659
type: string
659660
type: object
660661
type: object
662+
x-kubernetes-map-type: atomic
661663
template:
662664
properties:
663665
metadata:
@@ -2420,6 +2422,7 @@ spec:
24202422
type: string
24212423
type: object
24222424
type: object
2425+
x-kubernetes-map-type: atomic
24232426
name:
24242427
type: string
24252428
requeueAfterSeconds:
@@ -3016,6 +3019,7 @@ spec:
30163019
type: string
30173020
type: object
30183021
type: object
3022+
x-kubernetes-map-type: atomic
30193023
template:
30203024
properties:
30213025
metadata:
@@ -6881,6 +6885,7 @@ spec:
68816885
type: string
68826886
type: object
68836887
type: object
6888+
x-kubernetes-map-type: atomic
68846889
type: object
68856890
type: array
68866891
template:
@@ -7477,6 +7482,7 @@ spec:
74777482
type: string
74787483
type: object
74797484
type: object
7485+
x-kubernetes-map-type: atomic
74807486
name:
74817487
type: string
74827488
requeueAfterSeconds:
@@ -8073,6 +8079,7 @@ spec:
80738079
type: string
80748080
type: object
80758081
type: object
8082+
x-kubernetes-map-type: atomic
80768083
template:
80778084
properties:
80788085
metadata:
@@ -11938,6 +11945,7 @@ spec:
1193811945
type: string
1193911946
type: object
1194011947
type: object
11948+
x-kubernetes-map-type: atomic
1194111949
type: object
1194211950
type: array
1194311951
mergeKeys:
@@ -14638,6 +14646,7 @@ spec:
1463814646
type: string
1463914647
type: object
1464014648
type: object
14649+
x-kubernetes-map-type: atomic
1464114650
type: object
1464214651
type: array
1464314652
goTemplate:
@@ -15296,11 +15305,16 @@ spec:
1529615305
type: string
1529715306
step:
1529815307
type: string
15308+
targetRevisions:
15309+
items:
15310+
type: string
15311+
type: array
1529915312
required:
1530015313
- application
1530115314
- message
1530215315
- status
1530315316
- step
15317+
- targetRevisions
1530415318
type: object
1530515319
type: array
1530615320
conditions:
@@ -15324,6 +15338,37 @@ spec:
1532415338
- type
1532515339
type: object
1532615340
type: array
15341+
resources:
15342+
items:
15343+
properties:
15344+
group:
15345+
type: string
15346+
health:
15347+
properties:
15348+
message:
15349+
type: string
15350+
status:
15351+
type: string
15352+
type: object
15353+
hook:
15354+
type: boolean
15355+
kind:
15356+
type: string
15357+
name:
15358+
type: string
15359+
namespace:
15360+
type: string
15361+
requiresPruning:
15362+
type: boolean
15363+
status:
15364+
type: string
15365+
syncWave:
15366+
format: int64
15367+
type: integer
15368+
version:
15369+
type: string
15370+
type: object
15371+
type: array
1532715372
type: object
1532815373
required:
1532915374
- metadata

bundle/manifests/argoproj.io_appprojects.yaml

+33-27
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,28 @@ spec:
2121
- name: v1alpha1
2222
schema:
2323
openAPIV3Schema:
24-
description: 'AppProject provides a logical grouping of applications, providing
25-
controls for: * where the apps may deploy to (cluster whitelist) * what
26-
may be deployed (repository whitelist, resource whitelist/blacklist) * who
27-
can access these applications (roles, OIDC group claims bindings) * and
28-
what they can do (RBAC policies) * automation access to these roles (JWT
29-
tokens)'
24+
description: |-
25+
AppProject provides a logical grouping of applications, providing controls for:
26+
* where the apps may deploy to (cluster whitelist)
27+
* what may be deployed (repository whitelist, resource whitelist/blacklist)
28+
* who can access these applications (roles, OIDC group claims bindings)
29+
* and what they can do (RBAC policies)
30+
* automation access to these roles (JWT tokens)
3031
properties:
3132
apiVersion:
32-
description: 'APIVersion defines the versioned schema of this representation
33-
of an object. Servers should convert recognized schemas to the latest
34-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
33+
description: |-
34+
APIVersion defines the versioned schema of this representation of an object.
35+
Servers should convert recognized schemas to the latest internal value, and
36+
may reject unrecognized values.
37+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3538
type: string
3639
kind:
37-
description: 'Kind is a string value representing the REST resource this
38-
object represents. Servers may infer this from the endpoint the client
39-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
40+
description: |-
41+
Kind is a string value representing the REST resource this object represents.
42+
Servers may infer this from the endpoint the client submits requests to.
43+
Cannot be updated.
44+
In CamelCase.
45+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4046
type: string
4147
metadata:
4248
type: object
@@ -47,9 +53,9 @@ spec:
4753
description: ClusterResourceBlacklist contains list of blacklisted
4854
cluster level resources
4955
items:
50-
description: GroupKind specifies a Group and a Kind, but does not
51-
force a version. This is useful for identifying concepts during
52-
lookup stages without having partially valid types
56+
description: |-
57+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
58+
concepts during lookup stages without having partially valid types
5359
properties:
5460
group:
5561
type: string
@@ -64,9 +70,9 @@ spec:
6470
description: ClusterResourceWhitelist contains list of whitelisted
6571
cluster level resources
6672
items:
67-
description: GroupKind specifies a Group and a Kind, but does not
68-
force a version. This is useful for identifying concepts during
69-
lookup stages without having partially valid types
73+
description: |-
74+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
75+
concepts during lookup stages without having partially valid types
7076
properties:
7177
group:
7278
type: string
@@ -93,9 +99,9 @@ spec:
9399
not set.
94100
type: string
95101
namespace:
96-
description: Namespace specifies the target namespace for the
97-
application's resources. The namespace will only be set for
98-
namespace-scoped resources that have not set a value for .metadata.namespace
102+
description: |-
103+
Namespace specifies the target namespace for the application's resources.
104+
The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace
99105
type: string
100106
server:
101107
description: Server specifies the URL of the target cluster's
@@ -108,9 +114,9 @@ spec:
108114
description: NamespaceResourceBlacklist contains list of blacklisted
109115
namespace level resources
110116
items:
111-
description: GroupKind specifies a Group and a Kind, but does not
112-
force a version. This is useful for identifying concepts during
113-
lookup stages without having partially valid types
117+
description: |-
118+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
119+
concepts during lookup stages without having partially valid types
114120
properties:
115121
group:
116122
type: string
@@ -125,9 +131,9 @@ spec:
125131
description: NamespaceResourceWhitelist contains list of whitelisted
126132
namespace level resources
127133
items:
128-
description: GroupKind specifies a Group and a Kind, but does not
129-
force a version. This is useful for identifying concepts during
130-
lookup stages without having partially valid types
134+
description: |-
135+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
136+
concepts during lookup stages without having partially valid types
131137
properties:
132138
group:
133139
type: string

bundle/manifests/gitops-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ metadata:
164164
capabilities: Deep Insights
165165
console.openshift.io/plugins: '["gitops-plugin"]'
166166
containerImage: quay.io/redhat-developer/gitops-operator
167-
createdAt: "2024-08-08T17:53:22Z"
167+
createdAt: "2024-08-20T17:38:59Z"
168168
description: Enables teams to adopt GitOps principles for managing cluster configurations
169169
and application delivery across hybrid multi-cluster Kubernetes environments.
170170
features.operators.openshift.io/disconnected: "true"

0 commit comments

Comments
 (0)