File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
test/openshift/e2e/sequential
1-086_validate_default_argocd_role Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.5
66
77require (
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
Original file line number Diff line number Diff line change @@ -613,8 +613,8 @@ github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4x
613613github.com/apache/thrift v0.16.0 /go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU =
614614github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6 h1:xcrzWnpLbMf96g2fDKMTdJttIdPKF1FX44sUjNlgeqc =
615615github.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 =
618618github.com/argoproj/argo-cd/v2 v2.12.10 h1:Qe5cBSnGy0wXAVdMKH69gWZYZ1CwHHxSOdavE4t+sAg =
619619github.com/argoproj/argo-cd/v2 v2.12.10 /go.mod h1:5kppi19e6lVQxlKSd1Cs7LorEZ6rID4nc06YWNHM+rg =
620620github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ kind: ArgoCD
33metadata :
44 name : argocd
55status :
6- phase : Available
6+ phase : Pending
77 sso : Failed
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ metadata:
1919 name : argocd-default-policy
2020 namespace : test-1-086-custom
2121spec :
22- sso :
23- verifyTLS : true
2422 server :
2523 route :
2624 enabled : true
@@ -33,8 +31,6 @@ metadata:
3331spec :
3432 rbac :
3533 defaultPolicy : ' '
36- sso :
37- verifyTLS : true
3834 server :
3935 route :
4036 enabled : true
@@ -47,8 +43,6 @@ metadata:
4743spec :
4844 rbac :
4945 defaultPolicy : ' role:admin'
50- sso :
51- verifyTLS : true
5246 server :
5347 route :
5448 enabled : true
You can’t perform that action at this time.
0 commit comments