Skip to content

Commit 0415405

Browse files
authored
Merge pull request #450 from reginapizza/regina-updateLatestArgoCD
update latest argocd-operator version
2 parents 946538a + 3f9c29e commit 0415405

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \nAfter 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

go.mod

Lines changed: 2 additions & 2 deletions
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.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

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
145145
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0=
146146
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
147147
github.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=
152152
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
153153
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
154154
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=

0 commit comments

Comments
 (0)