File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ spec:
233233 Audit trails of rollouts to the clusters\n * Monitoring and logging integration
234234 with OpenShift\n * Automated GitOps bootstrapping using Tekton and Argo CD with
235235 [GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n ##
236- Components\n * Argo CD 2.6.2 \n * GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n ##
236+ Components\n * Argo CD 2.6.3 \n * GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n ##
237237 How to Install \n After installing the OpenShift GitOps operator, an instance of
238238 Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
239239 for managing cluster configurations. You can create additional Argo CD instances
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
33go 1.18
44
55require (
6- github.com/argoproj-labs/argocd-operator v0.0.16-0.20230213131945-d09994dd1256
6+ github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653
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
@@ -31,7 +31,7 @@ require (
3131 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3232 github.com/Azure/go-autorest/logger v0.2.1 // indirect
3333 github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34- github.com/argoproj/argo-cd/v2 v2.6.1 // indirect
34+ github.com/argoproj/argo-cd/v2 v2.6.3 // indirect
3535 github.com/beorn7/perks v1.0.1 // indirect
3636 github.com/blang/semver v3.5.1+incompatible // indirect
3737 github.com/cespare/xxhash/v2 v2.1.2 // indirect
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
145145github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db /go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0 =
146146github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
147147github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
148- github.com/argoproj-labs/argocd-operator v0.0.16-0.20230213131945-d09994dd1256 h1:uhOtCtHO5MMMtpljdsiPi8b4jOc2dTBFuyM/pDWQCxs =
149- github.com/argoproj-labs/argocd-operator v0.0.16-0.20230213131945-d09994dd1256 /go.mod h1:qI2lrVpwm04GIQ7JZqKk9pFHFAZ5ct6PD1OspRPJkCU =
150- github.com/argoproj/argo-cd/v2 v2.6.1 h1:fp+ounx6DczbWvfhZ7LCvVOxMQbksoKRFdfqdHHcu+U =
151- github.com/argoproj/argo-cd/v2 v2.6.1 /go.mod h1:wkQAcIEXpgP8F45T/9UwwHhhLz2KgITba0NOby4NTPQ =
148+ github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653 h1:pHg0tu0mSoXT/7mzzFdPe7TTYrZt1GU0X6LQGqZy+x8 =
149+ github.com/argoproj-labs/argocd-operator v0.0.16-0.20230227222526-cdcfcb7a6653 /go.mod h1:R5QjiIWh7KS5kNQ3lkAAgqEz8iCKawgl0SdicaC+ILA =
150+ github.com/argoproj/argo-cd/v2 v2.6.3 h1:XEvGDnGRroAw5mKKUTcfIbTmjmhL0hEsVh1+vkytrLo =
151+ github.com/argoproj/argo-cd/v2 v2.6.3 /go.mod h1:wkQAcIEXpgP8F45T/9UwwHhhLz2KgITba0NOby4NTPQ =
152152github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
153153github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
154154github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
You can’t perform that action at this time.
0 commit comments