Skip to content

Commit cbdaaad

Browse files
svghadiMangaal
andauthored
chore: Upgrade argocd (#811)
* upgrade argocd version Signed-off-by: Mangaal <[email protected]> * run make bundle Signed-off-by: Mangaal <[email protected]> * Fix bundle Signed-off-by: Siddhesh Ghadi <[email protected]> * Fix test Signed-off-by: Siddhesh Ghadi <[email protected]> --------- Signed-off-by: Mangaal <[email protected]> Signed-off-by: Siddhesh Ghadi <[email protected]> Co-authored-by: Mangaal <[email protected]>
1 parent 127638c commit cbdaaad

12 files changed

+25755
-23165
lines changed

bundle/manifests/argoproj.io_applications.yaml

+357
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_applicationsets.yaml

+913-1
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_appprojects.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,32 @@ spec:
8686
description:
8787
description: Description contains optional project description
8888
type: string
89+
destinationServiceAccounts:
90+
description: DestinationServiceAccounts holds information about the
91+
service accounts to be impersonated for the application sync operation
92+
for each destination.
93+
items:
94+
description: ApplicationDestinationServiceAccount holds information
95+
about the service account to be impersonated for the application
96+
sync operation.
97+
properties:
98+
defaultServiceAccount:
99+
description: DefaultServiceAccount to be used for impersonation
100+
during the sync operation
101+
type: string
102+
namespace:
103+
description: Namespace specifies the target namespace for the
104+
application's resources.
105+
type: string
106+
server:
107+
description: Server specifies the URL of the target cluster's
108+
Kubernetes control plane API.
109+
type: string
110+
required:
111+
- defaultServiceAccount
112+
- server
113+
type: object
114+
type: array
89115
destinations:
90116
description: Destinations contains list of destinations available
91117
for deployment

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-11-07T10:45:46Z"
167+
createdAt: "2024-11-25T03:57:37Z"
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"

config/crd/bases/argoproj.io_applications.yaml

+357
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_applicationsets.yaml

+913-1
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_appprojects.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,32 @@ spec:
8585
description:
8686
description: Description contains optional project description
8787
type: string
88+
destinationServiceAccounts:
89+
description: DestinationServiceAccounts holds information about the
90+
service accounts to be impersonated for the application sync operation
91+
for each destination.
92+
items:
93+
description: ApplicationDestinationServiceAccount holds information
94+
about the service account to be impersonated for the application
95+
sync operation.
96+
properties:
97+
defaultServiceAccount:
98+
description: DefaultServiceAccount to be used for impersonation
99+
during the sync operation
100+
type: string
101+
namespace:
102+
description: Namespace specifies the target namespace for the
103+
application's resources.
104+
type: string
105+
server:
106+
description: Server specifies the URL of the target cluster's
107+
Kubernetes control plane API.
108+
type: string
109+
required:
110+
- defaultServiceAccount
111+
- server
112+
type: object
113+
type: array
88114
destinations:
89115
description: Destinations contains list of destinations available
90116
for deployment

config/crd/bases/argoproj.io_argocds.yaml

+23,155-23,155
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_notificationsconfigurations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ spec:
7777
served: true
7878
storage: true
7979
subresources:
80-
status: {}
80+
status: {}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.5
66

77
require (
88
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241023053239-85db81b64541
9-
github.com/argoproj-labs/argocd-operator v0.12.0-rc1.0.20241107042327-46ecfa9c222c
9+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1
1010
github.com/coreos/prometheus-operator v0.40.0
1111
github.com/go-logr/logr v1.4.2
1212
github.com/google/go-cmp v0.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
622622
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
623623
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241023053239-85db81b64541 h1:T4JSu0lAPWsxmbPut0h08JFQz4Q1NFXCJraXisNgKMw=
624624
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241023053239-85db81b64541/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
625-
github.com/argoproj-labs/argocd-operator v0.12.0-rc1.0.20241107042327-46ecfa9c222c h1:qhFkf/z4uwAQ7LviOAplW+GUikyTnxJFDDGbrD+nvi8=
626-
github.com/argoproj-labs/argocd-operator v0.12.0-rc1.0.20241107042327-46ecfa9c222c/go.mod h1:GzwSbXeaIJxK1BpH5pnCn6PCpherGH0ESt4B6/2Lde0=
625+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1 h1:RJ5dnTAw10veRE9C+gL9lnaYr1T6cxLf3j/opMaa1bs=
626+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1/go.mod h1:C+XJqZ/Amd2+HWo8DznSo3pSUNfsC6woSrNRWGHze2g=
627627
github.com/argoproj/argo-cd/v2 v2.12.3 h1:Bi4QahHTnKl3esU5MplQP1wraGhaTpvgAV4GsMqc3Zc=
628628
github.com/argoproj/argo-cd/v2 v2.12.3/go.mod h1:2fh6q4NX/cylbH6Ktx/KjJsX7sOBwF3jbGnO0IZyNOc=
629629
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ commands:
66
set -o pipefail
77
88
# These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
9-
expected_kustomizeVersion='v5.4.2'
10-
expected_helmVersion='v3.15.2'
11-
expected_argocdVersion='v2.12.3+6b9cd82'
9+
expected_kustomizeVersion='v5.4.3'
10+
expected_helmVersion='v3.15.4'
11+
expected_argocdVersion='v2.13.1'
1212
1313
if CI="prow"; then
1414
# when running against openshift-ci

0 commit comments

Comments
 (0)