Skip to content

Commit 549aea7

Browse files
Merge pull request #408 from iam-veeramalla/v1.7
fix: issues with dex connection failure and wrong ingress hostname in the CR
2 parents d6a8842 + 2b121f3 commit 549aea7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
33
go 1.18
44

55
require (
6-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221123150618-98abcf634fd3
6+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221129043241-735fc7aff665
77
github.com/coreos/prometheus-operator v0.40.0
88
github.com/go-logr/logr v1.2.3
99
github.com/google/go-cmp v0.5.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
147147
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0=
148148
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
149149
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
150-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221123150618-98abcf634fd3 h1:B67EYIft0vr6FgTUm0JVVsgpGNF9tjbvydZHcb+dCmw=
151-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221123150618-98abcf634fd3/go.mod h1:4uHOPh2+gCJD3NGPViJOj87tIIOnmHZ97I0njkL5qRU=
150+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221129043241-735fc7aff665 h1:E9YegZN+VxNT6yAW1UzQcb0+kEdY+56GoBrHm/ToZeg=
151+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20221129043241-735fc7aff665/go.mod h1:4uHOPh2+gCJD3NGPViJOj87tIIOnmHZ97I0njkL5qRU=
152152
github.com/argoproj/argo-cd/v2 v2.5.2 h1:hyPi8NFXW3tG2yURslIMI20GfCdTN1/BDnt4+v5lpoA=
153153
github.com/argoproj/argo-cd/v2 v2.5.2/go.mod h1:3ToENm286PFVlZKNMutBzOwNyhevz4fw9dcgyiq3FIY=
154154
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)