Skip to content

Commit 8963e31

Browse files
authored
Update to latest argocd-operator commit (#895)
Signed-off-by: Jonathan West <jonwest@redhat.com>
1 parent 1570f9c commit 8963e31

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,11 @@ spec:
454454
- content
455455
type: object
456456
configManagementPlugins:
457-
description: ConfigManagementPlugins is used to specify additional
458-
config management plugins.
457+
description: 'Deprecated: ConfigManagementPlugins field is no longer
458+
supported. Argo CD now requires plugins to be defined as sidecar
459+
containers of repo server component. See ''.spec.repo.sidecarContainers''.
460+
ConfigManagementPlugins was previously used to specify additional
461+
config management plugins.'
459462
type: string
460463
controller:
461464
description: Controller defines the Application Controller options
@@ -9649,8 +9652,11 @@ spec:
96499652
- content
96509653
type: object
96519654
configManagementPlugins:
9652-
description: ConfigManagementPlugins is used to specify additional
9653-
config management plugins.
9655+
description: 'Deprecated: ConfigManagementPlugins field is no longer
9656+
supported. Argo CD now requires plugins to be defined as sidecar
9657+
containers of repo server component. See ''.spec.repo.sidecarContainers''.
9658+
ConfigManagementPlugins was previously used to specify additional
9659+
config management plugins.'
96549660
type: string
96559661
controller:
96569662
description: Controller defines the Application Controller options

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ metadata:
180180
capabilities: Deep Insights
181181
console.openshift.io/plugins: '["gitops-plugin"]'
182182
containerImage: quay.io/redhat-developer/gitops-operator
183-
createdAt: "2025-04-30T14:40:30Z"
183+
createdAt: "2025-05-22T20:36:55Z"
184184
description: Enables teams to adopt GitOps principles for managing cluster configurations
185185
and application delivery across hybrid multi-cluster Kubernetes environments.
186186
features.operators.openshift.io/disconnected: "true"

config/crd/bases/argoproj.io_argocds.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,11 @@ spec:
443443
- content
444444
type: object
445445
configManagementPlugins:
446-
description: ConfigManagementPlugins is used to specify additional
447-
config management plugins.
446+
description: 'Deprecated: ConfigManagementPlugins field is no longer
447+
supported. Argo CD now requires plugins to be defined as sidecar
448+
containers of repo server component. See ''.spec.repo.sidecarContainers''.
449+
ConfigManagementPlugins was previously used to specify additional
450+
config management plugins.'
448451
type: string
449452
controller:
450453
description: Controller defines the Application Controller options
@@ -9638,8 +9641,11 @@ spec:
96389641
- content
96399642
type: object
96409643
configManagementPlugins:
9641-
description: ConfigManagementPlugins is used to specify additional
9642-
config management plugins.
9644+
description: 'Deprecated: ConfigManagementPlugins field is no longer
9645+
supported. Argo CD now requires plugins to be defined as sidecar
9646+
containers of repo server component. See ''.spec.repo.sidecarContainers''.
9647+
ConfigManagementPlugins was previously used to specify additional
9648+
config management plugins.'
96439649
type: string
96449650
controller:
96459651
description: Controller defines the Application Controller options

go.mod

Lines changed: 1 addition & 1 deletion
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.6-0.20250429111039-a07ef1782da6
9-
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250509074044-5234798de2ca
9+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2
1010
github.com/go-logr/logr v1.4.2
1111
github.com/google/go-cmp v0.6.0
1212
github.com/hashicorp/go-version v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4x
613613
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
614614
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6 h1:xcrzWnpLbMf96g2fDKMTdJttIdPKF1FX44sUjNlgeqc=
615615
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6/go.mod h1:yTwzKUV79YyI764hkXdVojGYBA9yKJk3qXx5mRuQ2Xc=
616-
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250509074044-5234798de2ca h1:w5vHuL0MzBmj3mty7se62qCbrokl0Sn2HMo6tSgZ9xU=
617-
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250509074044-5234798de2ca/go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk=
616+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 h1:uK35oxwOViSqTLd+OrRPeeyEsCrJbrXU1ahXkBzIO2Q=
617+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2/go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk=
618618
github.com/argoproj/argo-cd/v2 v2.12.10 h1:Qe5cBSnGy0wXAVdMKH69gWZYZ1CwHHxSOdavE4t+sAg=
619619
github.com/argoproj/argo-cd/v2 v2.12.10/go.mod h1:5kppi19e6lVQxlKSd1Cs7LorEZ6rID4nc06YWNHM+rg=
620620
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=

test/openshift/e2e/parallel/1-083_validate_resource_customization_subkeys/01-assert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ data:
1313
admin.enabled: "true"
1414
application.instanceLabelKey: app.kubernetes.io/instance
1515
application.resourceTrackingMethod: label
16-
configManagementPlugins: ""
1716
ga.anonymizeusers: "false"
1817
ga.trackingid: ""
1918
help.chatText: ""

0 commit comments

Comments
 (0)