Skip to content

Commit

Permalink
Merge pull request #575 from jaideepr97/v1.8
Browse files Browse the repository at this point in the history
chore: update argocd-operator commit
  • Loading branch information
jaideepr97 authored Jul 21, 2023
2 parents d07b9f2 + 3ee4c4f commit f556044
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/manifests/patches/description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Audit trails of rollouts to the clusters\n* Monitoring and logging integration
with OpenShift\n* Automated GitOps bootstrapping using Tekton and Argo CD with
[GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n##
Components\n* Argo CD 2.6.12\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
Components\n* Argo CD 2.6.13\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
How to Install \nAfter installing the OpenShift GitOps operator, an instance of
Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
for managing cluster configurations. You can create additional Argo CD instances
Expand Down
4 changes: 2 additions & 2 deletions 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.6.1-0.20230719083315-a01c6cc5129f
github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15
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 Expand Up @@ -31,7 +31,7 @@ require (
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/argoproj/argo-cd/v2 v2.6.12 // indirect
github.com/argoproj/argo-cd/v2 v2.6.13 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/argoproj-labs/argocd-operator v0.6.1-0.20230719083315-a01c6cc5129f h1:2iQ9xIdxOPN+BRxZP67NNF2Xg+Kwj7FBhyV0oROIvb8=
github.com/argoproj-labs/argocd-operator v0.6.1-0.20230719083315-a01c6cc5129f/go.mod h1:4VXQkUkbmxtJHu480LwXNBfGQiVlE6iJiDhQ0zB1Og4=
github.com/argoproj/argo-cd/v2 v2.6.12 h1:BgTLxXbRmaQwh5FvqX72UaZmNo3TlqPavUIqwwV+yqM=
github.com/argoproj/argo-cd/v2 v2.6.12/go.mod h1:xaf087ms1hB9L+BHcXOP9+tztCo3/J9yzRpKBP5RXnw=
github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15 h1:4Xghp6l4wn6LqiYL65takKMd34MskvqNxdWDarRZWVE=
github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15/go.mod h1:2IN1166cMfgH4f+7fCax/GITnJfIed+kBGx0l4TWgkQ=
github.com/argoproj/argo-cd/v2 v2.6.13 h1:ABBwbla0HuYy7V9gBQUUnhWAXMeEWr9C5G1nsd0+bNs=
github.com/argoproj/argo-cd/v2 v2.6.13/go.mod h1:xaf087ms1hB9L+BHcXOP9+tztCo3/J9yzRpKBP5RXnw=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit f556044

Please sign in to comment.