Skip to content

Commit 63d30a1

Browse files
authored
update argocd-operator crd and dep (#887)
* update dep argocd-operator and crd Signed-off-by: Anand Kumar Singh <[email protected]> * fix failing test Signed-off-by: Anand Kumar Singh <[email protected]> --------- Signed-off-by: Anand Kumar Singh <[email protected]>
1 parent 7255aed commit 63d30a1

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14719,8 +14719,8 @@ spec:
1471914719
- name
1472014720
type: object
1472114721
initialRepositories:
14722-
description: InitialRepositories to configure Argo CD with upon creation
14723-
of the cluster.
14722+
description: 'Deprecated: InitialRepositories to configure Argo CD
14723+
with upon creation of the cluster.'
1472414724
type: string
1472514725
initialSSHKnownHosts:
1472614726
description: InitialSSHKnownHosts defines the SSH known hosts data
@@ -20006,8 +20006,8 @@ spec:
2000620006
type: array
2000720007
type: object
2000820008
repositoryCredentials:
20009-
description: RepositoryCredentials are the Git pull credentials to
20010-
configure Argo CD with upon creation of the cluster.
20009+
description: 'Deprecated: RepositoryCredentials are the Git pull credentials
20010+
to configure Argo CD with upon creation of the cluster.'
2001120011
type: string
2001220012
resourceActions:
2001320013
description: ResourceActions customizes resource action behavior.

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-03-07T13:13:07Z"
183+
createdAt: "2025-04-30T14:40:30Z"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14708,8 +14708,8 @@ spec:
1470814708
- name
1470914709
type: object
1471014710
initialRepositories:
14711-
description: InitialRepositories to configure Argo CD with upon creation
14712-
of the cluster.
14711+
description: 'Deprecated: InitialRepositories to configure Argo CD
14712+
with upon creation of the cluster.'
1471314713
type: string
1471414714
initialSSHKnownHosts:
1471514715
description: InitialSSHKnownHosts defines the SSH known hosts data
@@ -19995,8 +19995,8 @@ spec:
1999519995
type: array
1999619996
type: object
1999719997
repositoryCredentials:
19998-
description: RepositoryCredentials are the Git pull credentials to
19999-
configure Argo CD with upon creation of the cluster.
19998+
description: 'Deprecated: RepositoryCredentials are the Git pull credentials
19999+
to configure Argo CD with upon creation of the cluster.'
2000020000
type: string
2000120001
resourceActions:
2000220002
description: ResourceActions customizes resource action behavior.

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.20250424123011-d0b8ed3882c1
9+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250429204654-10dafdb867f4
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.20250424123011-d0b8ed3882c1 h1:9N/MpSNj8kfZBAir0Bmus6PJ0gKgVL2qtGZhCOJSDlc=
617-
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250424123011-d0b8ed3882c1/go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk=
616+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250429204654-10dafdb867f4 h1:0M9uStFCskIKAhgpi5NMONCPw8yErvJPhtbDKTwzuqQ=
617+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250429204654-10dafdb867f4/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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ data:
2020
help.chatUrl: ""
2121
kustomize.buildOptions: ""
2222
oidc.config: ""
23-
repositories: ""
24-
repository.credentials: ""
2523
resource.customizations.actions.apps_Deployment: |
2624
discovery.lua: |
2725
actions = {}

0 commit comments

Comments
 (0)