Skip to content

Commit 02ce269

Browse files
Merge pull request #456 from iam-veeramalla/fixDex
fix: dex client secret is not updated in the argocd-secret intermitte…
2 parents a7bff86 + 74111b0 commit 02ce269

2 files changed

Lines changed: 3 additions & 1 deletion

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.20230227222526-cdcfcb7a6653
6+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5
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.9

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
147147
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
148148
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653 h1:pHg0tu0mSoXT/7mzzFdPe7TTYrZt1GU0X6LQGqZy+x8=
149149
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653/go.mod h1:R5QjiIWh7KS5kNQ3lkAAgqEz8iCKawgl0SdicaC+ILA=
150+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5 h1:aF1VkLSeLORp0CB0yqGDwqBVH5sIEA/M9HcC4MmoRZQ=
151+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5/go.mod h1:R5QjiIWh7KS5kNQ3lkAAgqEz8iCKawgl0SdicaC+ILA=
150152
github.com/argoproj/argo-cd/v2 v2.6.3 h1:XEvGDnGRroAw5mKKUTcfIbTmjmhL0hEsVh1+vkytrLo=
151153
github.com/argoproj/argo-cd/v2 v2.6.3/go.mod h1:wkQAcIEXpgP8F45T/9UwwHhhLz2KgITba0NOby4NTPQ=
152154
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)