Skip to content

Commit 4f6cf04

Browse files
authored
Upgrade to latest commit from argo-cd operator (#891)
Signed-off-by: Jonathan West <[email protected]>
1 parent 63d30a1 commit 4f6cf04

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

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.20250429204654-10dafdb867f4
9+
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250509074044-5234798de2ca
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.20250429204654-10dafdb867f4 h1:0M9uStFCskIKAhgpi5NMONCPw8yErvJPhtbDKTwzuqQ=
617-
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250429204654-10dafdb867f4/go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk=
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=
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/sequential/1-050_validate_sso/07-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kind: ArgoCD
33
metadata:
44
name: argocd
55
status:
6-
phase: Available
6+
phase: Pending
77
sso: Failed

test/openshift/e2e/sequential/1-086_validate_default_argocd_role/02-install.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ metadata:
1919
name: argocd-default-policy
2020
namespace: test-1-086-custom
2121
spec:
22-
sso:
23-
verifyTLS: true
2422
server:
2523
route:
2624
enabled: true
@@ -33,8 +31,6 @@ metadata:
3331
spec:
3432
rbac:
3533
defaultPolicy: ''
36-
sso:
37-
verifyTLS: true
3834
server:
3935
route:
4036
enabled: true
@@ -47,8 +43,6 @@ metadata:
4743
spec:
4844
rbac:
4945
defaultPolicy: 'role:admin'
50-
sso:
51-
verifyTLS: true
5246
server:
5347
route:
5448
enabled: true

0 commit comments

Comments
 (0)