Skip to content

Commit 37e61a5

Browse files
Merge pull request #654 from iam-veeramalla/notificationsconfiguration
feat: Introduce Notifications Configuration CR for managing argocd-notifications-cm
2 parents b125af9 + 8843fb6 commit 37e61a5

22 files changed

+1478
-105
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: golang-1.20
4+
tag: golang-1.21

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ spec:
320320
description: CommonLabels is a list of additional labels
321321
to add to rendered manifests
322322
type: object
323+
components:
324+
description: Components specifies a list of kustomize
325+
components to add to the kustomization before building
326+
items:
327+
type: string
328+
type: array
323329
forceCommonAnnotations:
324330
description: ForceCommonAnnotations specifies whether
325331
to force applying common annotations to resources for
@@ -648,6 +654,12 @@ spec:
648654
description: CommonLabels is a list of additional labels
649655
to add to rendered manifests
650656
type: object
657+
components:
658+
description: Components specifies a list of kustomize
659+
components to add to the kustomization before building
660+
items:
661+
type: string
662+
type: array
651663
forceCommonAnnotations:
652664
description: ForceCommonAnnotations specifies whether
653665
to force applying common annotations to resources
@@ -1093,6 +1105,12 @@ spec:
10931105
description: CommonLabels is a list of additional labels to
10941106
add to rendered manifests
10951107
type: object
1108+
components:
1109+
description: Components specifies a list of kustomize components
1110+
to add to the kustomization before building
1111+
items:
1112+
type: string
1113+
type: array
10961114
forceCommonAnnotations:
10971115
description: ForceCommonAnnotations specifies whether to force
10981116
applying common annotations to resources for Kustomize apps
@@ -1411,6 +1429,12 @@ spec:
14111429
description: CommonLabels is a list of additional labels
14121430
to add to rendered manifests
14131431
type: object
1432+
components:
1433+
description: Components specifies a list of kustomize components
1434+
to add to the kustomization before building
1435+
items:
1436+
type: string
1437+
type: array
14141438
forceCommonAnnotations:
14151439
description: ForceCommonAnnotations specifies whether to
14161440
force applying common annotations to resources for Kustomize
@@ -1882,6 +1906,12 @@ spec:
18821906
description: CommonLabels is a list of additional labels
18831907
to add to rendered manifests
18841908
type: object
1909+
components:
1910+
description: Components specifies a list of kustomize
1911+
components to add to the kustomization before building
1912+
items:
1913+
type: string
1914+
type: array
18851915
forceCommonAnnotations:
18861916
description: ForceCommonAnnotations specifies whether
18871917
to force applying common annotations to resources
@@ -2214,6 +2244,12 @@ spec:
22142244
description: CommonLabels is a list of additional
22152245
labels to add to rendered manifests
22162246
type: object
2247+
components:
2248+
description: Components specifies a list of kustomize
2249+
components to add to the kustomization before building
2250+
items:
2251+
type: string
2252+
type: array
22172253
forceCommonAnnotations:
22182254
description: ForceCommonAnnotations specifies whether
22192255
to force applying common annotations to resources
@@ -2690,6 +2726,13 @@ spec:
26902726
description: CommonLabels is a list of additional
26912727
labels to add to rendered manifests
26922728
type: object
2729+
components:
2730+
description: Components specifies a list of kustomize
2731+
components to add to the kustomization before
2732+
building
2733+
items:
2734+
type: string
2735+
type: array
26932736
forceCommonAnnotations:
26942737
description: ForceCommonAnnotations specifies
26952738
whether to force applying common annotations
@@ -3039,6 +3082,13 @@ spec:
30393082
description: CommonLabels is a list of additional
30403083
labels to add to rendered manifests
30413084
type: object
3085+
components:
3086+
description: Components specifies a list of
3087+
kustomize components to add to the kustomization
3088+
before building
3089+
items:
3090+
type: string
3091+
type: array
30423092
forceCommonAnnotations:
30433093
description: ForceCommonAnnotations specifies
30443094
whether to force applying common annotations
@@ -3503,6 +3553,12 @@ spec:
35033553
description: CommonLabels is a list of additional
35043554
labels to add to rendered manifests
35053555
type: object
3556+
components:
3557+
description: Components specifies a list of kustomize
3558+
components to add to the kustomization before building
3559+
items:
3560+
type: string
3561+
type: array
35063562
forceCommonAnnotations:
35073563
description: ForceCommonAnnotations specifies whether
35083564
to force applying common annotations to resources
@@ -3845,6 +3901,13 @@ spec:
38453901
description: CommonLabels is a list of additional
38463902
labels to add to rendered manifests
38473903
type: object
3904+
components:
3905+
description: Components specifies a list of kustomize
3906+
components to add to the kustomization before
3907+
building
3908+
items:
3909+
type: string
3910+
type: array
38483911
forceCommonAnnotations:
38493912
description: ForceCommonAnnotations specifies whether
38503913
to force applying common annotations to resources
@@ -4331,6 +4394,12 @@ spec:
43314394
description: CommonLabels is a list of additional
43324395
labels to add to rendered manifests
43334396
type: object
4397+
components:
4398+
description: Components specifies a list of kustomize
4399+
components to add to the kustomization before building
4400+
items:
4401+
type: string
4402+
type: array
43344403
forceCommonAnnotations:
43354404
description: ForceCommonAnnotations specifies whether
43364405
to force applying common annotations to resources
@@ -4673,6 +4742,13 @@ spec:
46734742
description: CommonLabels is a list of additional
46744743
labels to add to rendered manifests
46754744
type: object
4745+
components:
4746+
description: Components specifies a list of kustomize
4747+
components to add to the kustomization before
4748+
building
4749+
items:
4750+
type: string
4751+
type: array
46764752
forceCommonAnnotations:
46774753
description: ForceCommonAnnotations specifies whether
46784754
to force applying common annotations to resources

0 commit comments

Comments
 (0)