Skip to content

Commit

Permalink
Merge pull request #456 from iam-veeramalla/fixDex
Browse files Browse the repository at this point in the history
fix: dex client secret is not updated in the argocd-secret intermitte…
  • Loading branch information
iam-veeramalla authored Mar 9, 2023
2 parents a7bff86 + 74111b0 commit 02ce269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
go 1.18

require (
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5
github.com/coreos/prometheus-operator v0.40.0
github.com/go-logr/logr v1.2.3
github.com/google/go-cmp v0.5.9
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653 h1:pHg0tu0mSoXT/7mzzFdPe7TTYrZt1GU0X6LQGqZy+x8=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653/go.mod h1:R5QjiIWh7KS5kNQ3lkAAgqEz8iCKawgl0SdicaC+ILA=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5 h1:aF1VkLSeLORp0CB0yqGDwqBVH5sIEA/M9HcC4MmoRZQ=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230309134052-c62aa60525a5/go.mod h1:R5QjiIWh7KS5kNQ3lkAAgqEz8iCKawgl0SdicaC+ILA=
github.com/argoproj/argo-cd/v2 v2.6.3 h1:XEvGDnGRroAw5mKKUTcfIbTmjmhL0hEsVh1+vkytrLo=
github.com/argoproj/argo-cd/v2 v2.6.3/go.mod h1:wkQAcIEXpgP8F45T/9UwwHhhLz2KgITba0NOby4NTPQ=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down

0 comments on commit 02ce269

Please sign in to comment.