Skip to content

Live: Internalize argocd operator (DO NOT SQUASH-MERGE)- #1263 - #1286

Open
olivergondza wants to merge 1316 commits into
redhat-developer:masterfrom
olivergondza:internalize-argocd-operator-fr
Open

Live: Internalize argocd operator (DO NOT SQUASH-MERGE)- #1263#1286
olivergondza wants to merge 1316 commits into
redhat-developer:masterfrom
olivergondza:internalize-argocd-operator-fr

Conversation

@olivergondza

@olivergondza olivergondza commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

What type of PR is this?

Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug

/kind bug
/kind cleanup
/kind failing-test
/kind enhancement
/kind documentation
/kind code-refactoring

What does this PR do / why we need it:

This is a first step in factoring-in the argocd-operator. It purposefully does the minimum, to move forward in manageable steps. The goal of the PR is to do just enough for CI to pass to provide the needed safety net and have the codebase releasable.

Effective changes post merge: https://github.com/olivergondza/gitops-operator/commits/internalize-argocd-operator-fr/?since=2026-09-09

  • Use go.mod replace for a new directory argocd-operator on 018b360b1a9fe53b88ef2c5fb2aa143cd4b4b539.
  • Entire history was brought in via git filter-repo + git merge --allow-unrelated-histories
  • Make the lint, test and gosec work from the top level Makefile.
  • DCO refuses to validate more than 250 commits, hence it is failing.
  • Fixing unanticipated unit-test failures (tests was not hardened for openshift-ci)

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #?

Test acceptance criteria:

  • Unit Test
  • E2E Test

How to test changes / Special notes to the reviewer:

The exact procedure used to internalize the remote repository.

# In (throwaway replica of) argocd-operator on 018b360b1a9fe53b88ef2c5fb2aa143cd4b4b539
git tag -d $(git tag | grep rhos) api/v0.1.0
git tag -d $(git tag | grep -- "-rc")
git filter-repo --to-subdirectory-filter argocd-operator --tag-rename '':'argocd-operator-'

# In gitops-operator
git remote add intern ../argocd-operator-ingest
git fetch intern
git merge --allow-unrelated-histories intern master

!!! DO NOT SQUASH-MERGE !!!

jgwest and others added 30 commits November 11, 2025 08:57
Signed-off-by: Jonathan West <jonwest@redhat.com>
…when HA enabled cluster has Only 3 worker nodes (#1933)

* fix: redis ha proxy rolling update pod in pending state

Signed-off-by: akhil nittala <nakhil@redhat.com>

* fix: redis ha proxy rolling update pod in pending state

Signed-off-by: akhil nittala <nakhil@redhat.com>

* fix: redis ha proxy rolling update pod in pending state

Signed-off-by: akhil nittala <nakhil@redhat.com>

* fix: redis ha proxy rolling update pod in pending state

Signed-off-by: akhil nittala <nakhil@redhat.com>

---------

Signed-off-by: akhil nittala <nakhil@redhat.com>
…ild (#1911)

Bumps ubi8/ubi-minimal from `58b1dc5` to `951ee3c`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-version: 951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dkarpele <karpelevich@gmail.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…938)

* Documentation for support of notifications in any namespace

Signed-off-by: nmirasch <neus.miras@gmail.com>

* Minor grammatical fix: use proper abbreviation formatting.

Signed-off-by: nmirasch <neus.miras@gmail.com>

* Removed extra content

Signed-off-by: nmirasch <neus.miras@gmail.com>

---------

Signed-off-by: nmirasch <neus.miras@gmail.com>
* Add testing for support notifications in any namespace

Signed-off-by: nmirasch <neus.miras@gmail.com>

* NotificationController ClusterRole reconciliation added

Signed-off-by: nmirasch <neus.miras@gmail.com>

* Avoid printing error when skipping reconciliation of resources regarding the target namespace is not enabled

Signed-off-by: nmirasch <neus.miras@gmail.com>

* Add checks

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

* changed test description

Signed-off-by: nmirasch <neus.miras@gmail.com>

---------

Signed-off-by: nmirasch <neus.miras@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Co-authored-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
Assisted by: Cursor

Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](golang/crypto@v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
* add namespace validation for notification resources

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

* Fix e2e test

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

---------

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* fix: namespace validation for sourcenamespace

Assisted by: Cursor

Signed-off-by: Jayendra Parsai <jparsai@redhat.com>

* fix: namespace validation for sourcenamespace

Assisted by: Cursor

Signed-off-by: Jayendra Parsai <jparsai@redhat.com>

* fix: namespace validation for sourcenamespace

Signed-off-by: Jonathan West <jgwest@gmail.com>

* fix: namespace validation for sourcenamespace

Signed-off-by: Jonathan West <jgwest@gmail.com>

---------

Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
Co-authored-by: Jonathan West <jgwest@gmail.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
Signed-off-by: dkarpele <karpelevich@gmail.com>
Signed-off-by: Jonathan West <jgwest@gmail.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
…cleanup (#1978)

Signed-off-by: nmirasch <neus.miras@gmail.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
…(#1987)

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.2.1 to 10.16.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.2.1...10.16.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ild (#1969)

Bumps ubi8/ubi-minimal from `951ee3c` to `7b6b45d`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-version: 7b6b45dfd09bb032f3cabee6d4789d0e8fa8dd824b01783f301b0fdd43e632f7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ild (#1992)

Bumps ubi8/ubi-minimal from `7b6b45d` to `2139859`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-version: 21398599ff11971e5084dae6f5fb8fd880b4b430b4dc2bc80780916066a9695e
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…upgrade (#1991)

Signed-off-by: nmirasch <neus.miras@gmail.com>
* GITOPS-8249- added mapping of timeout.reconciliation to env var

Signed-off-by: Alka Kumari <alkumari@redhat.com>

* commit for retriggering the pipeline

Signed-off-by: Alka Kumari <alkumari@redhat.com>

---------

Signed-off-by: Alka Kumari <alkumari@redhat.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
@openshift-ci
openshift-ci Bot requested a review from keithchong September 9, 2026 09:12
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 1074 files, which is 774 over the limit of 300.

To get a review, reduce the PR to 300 files or fewer by splitting it into smaller PRs or changing its base branch.

⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 605caec6-2eed-4771-9499-38daeb2129d3

📥 Commits

Reviewing files that changed from the base of the PR and between c677b50 and 21bd773.

⛔ Files ignored due to path filters (13)
  • argocd-operator/config/manifests/patches/icon.png is excluded by !**/*.png
  • argocd-operator/config/manifests/patches/icon.svg is excluded by !**/*.svg
  • argocd-operator/docs/assets/keycloak/Keycloak_ChangePassword.png is excluded by !**/*.png
  • argocd-operator/docs/assets/keycloak/Keycloak_Manageaccount.png is excluded by !**/*.png
  • argocd-operator/docs/assets/keycloak/login_via_keycloak.png is excluded by !**/*.png
  • argocd-operator/docs/assets/keycloak/login_with_openshift.png is excluded by !**/*.png
  • argocd-operator/docs/assets/logo.png is excluded by !**/*.png
  • argocd-operator/docs/proposals/assets/optimized-manager-memory.png is excluded by !**/*.png
  • argocd-operator/docs/proposals/assets/unoptimized-manager-memory.png is excluded by !**/*.png
  • argocd-operator/go.sum is excluded by !**/*.sum
  • argocd-operator/hack/update-dependencies-script/go.sum is excluded by !**/*.sum
  • argocd-operator/tests/auxiliary/smtplistener/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1074)
  • Dockerfile
  • Makefile
  • argocd-operator/.codecov.yml
  • argocd-operator/.dockerignore
  • argocd-operator/.github/ISSUE_TEMPLATE/bug_report.md
  • argocd-operator/.github/ISSUE_TEMPLATE/feature_request.md
  • argocd-operator/.github/ISSUE_TEMPLATE/task.md
  • argocd-operator/.github/PULL_REQUEST_TEMPLATE.md
  • argocd-operator/.github/cherry-pick-bot.yml
  • argocd-operator/.github/dependabot.yml
  • argocd-operator/.github/workflows/ci-build.yaml
  • argocd-operator/.github/workflows/codegen.yaml
  • argocd-operator/.github/workflows/go.yml
  • argocd-operator/.github/workflows/lint.yaml
  • argocd-operator/.github/workflows/publish.yaml
  • argocd-operator/.gitignore
  • argocd-operator/.gitleaks.toml
  • argocd-operator/.golangci.yml
  • argocd-operator/.readthedocs.yml
  • argocd-operator/CONTRIBUTING.md
  • argocd-operator/Dockerfile
  • argocd-operator/LICENSE
  • argocd-operator/Makefile
  • argocd-operator/OWNERS
  • argocd-operator/PROJECT
  • argocd-operator/README.md
  • argocd-operator/api/v1alpha1/argocd_conversion.go
  • argocd-operator/api/v1alpha1/argocd_conversion_test.go
  • argocd-operator/api/v1alpha1/argocd_types.go
  • argocd-operator/api/v1alpha1/argocd_types_test.go
  • argocd-operator/api/v1alpha1/argocdexport_types.go
  • argocd-operator/api/v1alpha1/groupversion_info.go
  • argocd-operator/api/v1alpha1/notificationsconfiguration_types.go
  • argocd-operator/api/v1alpha1/zz_generated.deepcopy.go
  • argocd-operator/api/v1beta1/argocd_conversion.go
  • argocd-operator/api/v1beta1/argocd_types.go
  • argocd-operator/api/v1beta1/argocd_types_test.go
  • argocd-operator/api/v1beta1/argocd_webhook.go
  • argocd-operator/api/v1beta1/azure_devops_webhook_validation_test.go
  • argocd-operator/api/v1beta1/groupversion_info.go
  • argocd-operator/api/v1beta1/namespacemanagement_types.go
  • argocd-operator/api/v1beta1/zz_generated.deepcopy.go
  • argocd-operator/build/bin/entrypoint
  • argocd-operator/build/bin/user_setup
  • argocd-operator/build/redis/haproxy.cfg.tpl
  • argocd-operator/build/redis/haproxy_init.sh.tpl
  • argocd-operator/build/redis/init.sh.tpl
  • argocd-operator/build/redis/redis.conf.tpl
  • argocd-operator/build/redis/redis_liveness.sh.tpl
  • argocd-operator/build/redis/redis_readiness.sh.tpl
  • argocd-operator/build/redis/sentinel.conf.tpl
  • argocd-operator/build/redis/sentinel_liveness.sh.tpl
  • argocd-operator/build/util/Dockerfile
  • argocd-operator/build/util/Dockerfile.new
  • argocd-operator/build/util/entrypoint.sh
  • argocd-operator/build/util/google-cloud-sdk.list
  • argocd-operator/build/util/util.sh
  • argocd-operator/bundle.Dockerfile
  • argocd-operator/bundle/manifests/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/bundle/manifests/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/bundle/manifests/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/bundle/manifests/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/bundle/manifests/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/bundle/manifests/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/bundle/manifests/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/bundle/manifests/argocd-operator.clusterserviceversion.yaml
  • argocd-operator/bundle/manifests/argoproj.io_applications.yaml
  • argocd-operator/bundle/manifests/argoproj.io_applicationsets.yaml
  • argocd-operator/bundle/manifests/argoproj.io_appprojects.yaml
  • argocd-operator/bundle/manifests/argoproj.io_argocdexports.yaml
  • argocd-operator/bundle/manifests/argoproj.io_argocds.yaml
  • argocd-operator/bundle/manifests/argoproj.io_namespacemanagements.yaml
  • argocd-operator/bundle/manifests/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_argocdcommitstatuses.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_changetransferpolicies.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_clusterscmproviders.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_commitstatuses.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_controllerconfigurations.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_gitcommitstatuses.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_gitrepositories.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_promotionstrategies.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_pullrequests.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_revertcommits.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_scheduledcommitstatuses.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_scmproviders.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_timedcommitstatuses.yaml
  • argocd-operator/bundle/manifests/promoter.argoproj.io_webrequestcommitstatuses.yaml
  • argocd-operator/bundle/metadata/annotations.yaml
  • argocd-operator/bundle/tests/scorecard/config.yaml
  • argocd-operator/cmd/main.go
  • argocd-operator/cmd/main_test.go
  • argocd-operator/code-of-conduct.md
  • argocd-operator/common/annotations.go
  • argocd-operator/common/defaults.go
  • argocd-operator/common/keys.go
  • argocd-operator/common/values.go
  • argocd-operator/config/certmanager/certificate.yaml
  • argocd-operator/config/certmanager/kustomization.yaml
  • argocd-operator/config/certmanager/kustomizeconfig.yaml
  • argocd-operator/config/crd/bases/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/config/crd/bases/argoproj.io_applications.yaml
  • argocd-operator/config/crd/bases/argoproj.io_applicationsets.yaml
  • argocd-operator/config/crd/bases/argoproj.io_appprojects.yaml
  • argocd-operator/config/crd/bases/argoproj.io_argocdexports.yaml
  • argocd-operator/config/crd/bases/argoproj.io_argocds.yaml
  • argocd-operator/config/crd/bases/argoproj.io_namespacemanagements.yaml
  • argocd-operator/config/crd/bases/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_argocdcommitstatuses.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_changetransferpolicies.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_clusterscmproviders.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_commitstatuses.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_controllerconfigurations.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_gitcommitstatuses.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_gitrepositories.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_promotionstrategies.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_pullrequests.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_revertcommits.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_scheduledcommitstatuses.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_scmproviders.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_timedcommitstatuses.yaml
  • argocd-operator/config/crd/bases/promoter.argoproj.io_webrequestcommitstatuses.yaml
  • argocd-operator/config/crd/kustomization.yaml
  • argocd-operator/config/crd/kustomizeconfig.yaml
  • argocd-operator/config/crd/patches/cainjection_in_argocdexports.yaml
  • argocd-operator/config/crd/patches/cainjection_in_argocds.yaml
  • argocd-operator/config/crd/patches/webhook_in_argocdexports.yaml
  • argocd-operator/config/crd/patches/webhook_in_argocds.yaml
  • argocd-operator/config/default/kustomization.yaml
  • argocd-operator/config/default/manager_config_patch.yaml
  • argocd-operator/config/default/manager_metrics_patch.yaml
  • argocd-operator/config/default/manager_webhook_patch.yaml
  • argocd-operator/config/default/webhookcainjection_patch.yaml
  • argocd-operator/config/manager/controller_manager_config.yaml
  • argocd-operator/config/manager/kustomization.yaml
  • argocd-operator/config/manager/manager.yaml
  • argocd-operator/config/manifests/bases/argocd-operator.clusterserviceversion.yaml
  • argocd-operator/config/manifests/kustomization.yaml
  • argocd-operator/config/manifests/patches/description.yaml
  • argocd-operator/config/manifests/patches/icon.yaml
  • argocd-operator/config/prometheus/kustomization.yaml
  • argocd-operator/config/prometheus/monitor.yaml
  • argocd-operator/config/rbac/argocd_editor_role.yaml
  • argocd-operator/config/rbac/argocd_viewer_role.yaml
  • argocd-operator/config/rbac/argocdexport_editor_role.yaml
  • argocd-operator/config/rbac/argocdexport_viewer_role.yaml
  • argocd-operator/config/rbac/kustomization.yaml
  • argocd-operator/config/rbac/leader_election_role.yaml
  • argocd-operator/config/rbac/leader_election_role_binding.yaml
  • argocd-operator/config/rbac/metrics_reader_clusterrole.yaml
  • argocd-operator/config/rbac/metrics_role.yaml
  • argocd-operator/config/rbac/metrics_role_binding.yaml
  • argocd-operator/config/rbac/metrics_service.yaml
  • argocd-operator/config/rbac/namespacemanagement_editor_role.yaml
  • argocd-operator/config/rbac/namespacemanagement_viewer_role.yaml
  • argocd-operator/config/rbac/notificationsconfiguration_editor_role.yaml
  • argocd-operator/config/rbac/notificationsconfiguration_viewer_role.yaml
  • argocd-operator/config/rbac/role.yaml
  • argocd-operator/config/rbac/role_binding.yaml
  • argocd-operator/config/rbac/service_account.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_application.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_applicationset.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_appproject.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_argocd.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_argocdexport.yaml
  • argocd-operator/config/samples/argoproj.io_v1alpha1_notificationsconfiguration.yaml
  • argocd-operator/config/samples/argoproj.io_v1beta1_argocd.yaml
  • argocd-operator/config/samples/argoproj.io_v1beta1_namespacemanagement.yaml
  • argocd-operator/config/samples/kustomization.yaml
  • argocd-operator/config/scorecard/bases/config.yaml
  • argocd-operator/config/scorecard/kustomization.yaml
  • argocd-operator/config/scorecard/patches/basic.config.yaml
  • argocd-operator/config/scorecard/patches/olm.config.yaml
  • argocd-operator/config/webhook/kustomization.yaml
  • argocd-operator/config/webhook/kustomizeconfig.yaml
  • argocd-operator/config/webhook/service.yaml
  • argocd-operator/controllers/argocd/applicationset.go
  • argocd-operator/controllers/argocd/applicationset_test.go
  • argocd-operator/controllers/argocd/argocd_controller.go
  • argocd-operator/controllers/argocd/argocd_controller_test.go
  • argocd-operator/controllers/argocd/commitserver.go
  • argocd-operator/controllers/argocd/commitserver_test.go
  • argocd-operator/controllers/argocd/configmap.go
  • argocd-operator/controllers/argocd/configmap_test.go
  • argocd-operator/controllers/argocd/custommapper.go
  • argocd-operator/controllers/argocd/custommapper_test.go
  • argocd-operator/controllers/argocd/deployment.go
  • argocd-operator/controllers/argocd/deployment_test.go
  • argocd-operator/controllers/argocd/dex.go
  • argocd-operator/controllers/argocd/dexUtil.go
  • argocd-operator/controllers/argocd/dex_test.go
  • argocd-operator/controllers/argocd/hooks.go
  • argocd-operator/controllers/argocd/hooks_test.go
  • argocd-operator/controllers/argocd/hpa.go
  • argocd-operator/controllers/argocd/hpa_test.go
  • argocd-operator/controllers/argocd/image_pull_secrets_test.go
  • argocd-operator/controllers/argocd/image_updater.go
  • argocd-operator/controllers/argocd/image_updater_test.go
  • argocd-operator/controllers/argocd/ingress.go
  • argocd-operator/controllers/argocd/ingress_test.go
  • argocd-operator/controllers/argocd/localusers.go
  • argocd-operator/controllers/argocd/localusers_test.go
  • argocd-operator/controllers/argocd/main_test.go
  • argocd-operator/controllers/argocd/metrics.go
  • argocd-operator/controllers/argocd/namespaceManagement.go
  • argocd-operator/controllers/argocd/namespaceManagement_test.go
  • argocd-operator/controllers/argocd/networkpolicies.go
  • argocd-operator/controllers/argocd/networkpolicies_test.go
  • argocd-operator/controllers/argocd/notifications.go
  • argocd-operator/controllers/argocd/notifications_test.go
  • argocd-operator/controllers/argocd/notifications_util.go
  • argocd-operator/controllers/argocd/policyrule.go
  • argocd-operator/controllers/argocd/policyrule_test.go
  • argocd-operator/controllers/argocd/prometheus.go
  • argocd-operator/controllers/argocd/prometheus_test.go
  • argocd-operator/controllers/argocd/repo_server.go
  • argocd-operator/controllers/argocd/role.go
  • argocd-operator/controllers/argocd/role_test.go
  • argocd-operator/controllers/argocd/rolebinding.go
  • argocd-operator/controllers/argocd/rolebinding_test.go
  • argocd-operator/controllers/argocd/route.go
  • argocd-operator/controllers/argocd/route_test.go
  • argocd-operator/controllers/argocd/secret.go
  • argocd-operator/controllers/argocd/secret_test.go
  • argocd-operator/controllers/argocd/service.go
  • argocd-operator/controllers/argocd/service_account.go
  • argocd-operator/controllers/argocd/service_account_test.go
  • argocd-operator/controllers/argocd/service_test.go
  • argocd-operator/controllers/argocd/sso.go
  • argocd-operator/controllers/argocd/sso_test.go
  • argocd-operator/controllers/argocd/statefulset.go
  • argocd-operator/controllers/argocd/statefulset_test.go
  • argocd-operator/controllers/argocd/status.go
  • argocd-operator/controllers/argocd/status_test.go
  • argocd-operator/controllers/argocd/testing.go
  • argocd-operator/controllers/argocd/util.go
  • argocd-operator/controllers/argocd/util_test.go
  • argocd-operator/controllers/argocdagent/agent/deployment.go
  • argocd-operator/controllers/argocdagent/agent/deployment_test.go
  • argocd-operator/controllers/argocdagent/agent/role.go
  • argocd-operator/controllers/argocdagent/agent/role_test.go
  • argocd-operator/controllers/argocdagent/agent/rolebinding.go
  • argocd-operator/controllers/argocdagent/agent/rolebinding_test.go
  • argocd-operator/controllers/argocdagent/agent/service.go
  • argocd-operator/controllers/argocdagent/agent/service_account.go
  • argocd-operator/controllers/argocdagent/agent/service_account_test.go
  • argocd-operator/controllers/argocdagent/agent/service_test.go
  • argocd-operator/controllers/argocdagent/agent/servicemonitor.go
  • argocd-operator/controllers/argocdagent/agent/servicemonitor_test.go
  • argocd-operator/controllers/argocdagent/deployment.go
  • argocd-operator/controllers/argocdagent/deployment_test.go
  • argocd-operator/controllers/argocdagent/docs/quickstart.md
  • argocd-operator/controllers/argocdagent/example/argocd-agent.yaml
  • argocd-operator/controllers/argocdagent/example/argocd-principal.yaml
  • argocd-operator/controllers/argocdagent/example/autonomous-guestbook.yaml
  • argocd-operator/controllers/argocdagent/example/managed-guestbook.yaml
  • argocd-operator/controllers/argocdagent/networkpolicy.go
  • argocd-operator/controllers/argocdagent/networkpolicy_test.go
  • argocd-operator/controllers/argocdagent/role.go
  • argocd-operator/controllers/argocdagent/role_test.go
  • argocd-operator/controllers/argocdagent/rolebinding.go
  • argocd-operator/controllers/argocdagent/rolebinding_test.go
  • argocd-operator/controllers/argocdagent/route.go
  • argocd-operator/controllers/argocdagent/route_test.go
  • argocd-operator/controllers/argocdagent/scripts/create-agent-config.sh
  • argocd-operator/controllers/argocdagent/service.go
  • argocd-operator/controllers/argocdagent/service_account.go
  • argocd-operator/controllers/argocdagent/service_account_test.go
  • argocd-operator/controllers/argocdagent/service_test.go
  • argocd-operator/controllers/argocdagent/servicemonitor.go
  • argocd-operator/controllers/argocdagent/servicemonitor_test.go
  • argocd-operator/controllers/argocdexport/argocdexport_controller.go
  • argocd-operator/controllers/argocdexport/export.go
  • argocd-operator/controllers/argocdexport/job.go
  • argocd-operator/controllers/argocdexport/local.go
  • argocd-operator/controllers/argocdexport/reconcile.go
  • argocd-operator/controllers/argocdexport/storage.go
  • argocd-operator/controllers/argoutil/api.go
  • argocd-operator/controllers/argoutil/env.go
  • argocd-operator/controllers/argoutil/env_test.go
  • argocd-operator/controllers/argoutil/fips.go
  • argocd-operator/controllers/argoutil/fips_test.go
  • argocd-operator/controllers/argoutil/log.go
  • argocd-operator/controllers/argoutil/namespace.go
  • argocd-operator/controllers/argoutil/redis.go
  • argocd-operator/controllers/argoutil/redis_test.go
  • argocd-operator/controllers/argoutil/resource.go
  • argocd-operator/controllers/argoutil/resource_test.go
  • argocd-operator/controllers/argoutil/secret.go
  • argocd-operator/controllers/argoutil/security_context.go
  • argocd-operator/controllers/argoutil/tls.go
  • argocd-operator/controllers/argoutil/tls_test.go
  • argocd-operator/controllers/argoutil/volume.go
  • argocd-operator/controllers/gitopspromoter/apiservice.go
  • argocd-operator/controllers/gitopspromoter/apiservice_test.go
  • argocd-operator/controllers/gitopspromoter/controllerconfiguration.go
  • argocd-operator/controllers/gitopspromoter/controllerconfiguration_test.go
  • argocd-operator/controllers/gitopspromoter/deployment.go
  • argocd-operator/controllers/gitopspromoter/deployment_test.go
  • argocd-operator/controllers/gitopspromoter/policyrules.go
  • argocd-operator/controllers/gitopspromoter/policyrules_test.go
  • argocd-operator/controllers/gitopspromoter/role.go
  • argocd-operator/controllers/gitopspromoter/role_test.go
  • argocd-operator/controllers/gitopspromoter/rolebinding.go
  • argocd-operator/controllers/gitopspromoter/rolebinding_test.go
  • argocd-operator/controllers/gitopspromoter/service.go
  • argocd-operator/controllers/gitopspromoter/service_account.go
  • argocd-operator/controllers/gitopspromoter/service_account_test.go
  • argocd-operator/controllers/gitopspromoter/service_test.go
  • argocd-operator/controllers/notificationsconfiguration/configmap.go
  • argocd-operator/controllers/notificationsconfiguration/configmap_test.go
  • argocd-operator/controllers/notificationsconfiguration/notificationsconfiguration_controller.go
  • argocd-operator/controllers/notificationsconfiguration/reconcile.go
  • argocd-operator/controllers/suite_testx.go
  • argocd-operator/deploy/catalog_source.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.11/argocd-operator.v0.0.11.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.11/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.11/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.11/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.11/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.12/argocd-operator.v0.0.12.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.12/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.12/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.12/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.12/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.13/argocd-operator.v0.0.13.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.13/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.13/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.13/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.13/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.14/argocd-operator.v0.0.14.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.14/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.14/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.14/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.14/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argocd-operator.v0.0.15.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argoproj.io_applicationsets_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.15/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.2/argocd-operator-application.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.2/argocd-operator-appproject.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.2/argocd-operator-argocd.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.2/argocd-operator.v0.0.2.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.3/argocd-operator-application.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.3/argocd-operator-appproject.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.3/argocd-operator-argocd.crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.3/argocd-operator.v0.0.3.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.4/argocd-operator.v0.0.4.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.4/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.4/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.4/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.4/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.5/argocd-operator.v0.0.5.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.5/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.5/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.5/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.5/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.6/argocd-operator.v0.0.6.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.6/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.6/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.6/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.6/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.8/argocd-operator.v0.0.8.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.8/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.8/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.8/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.8/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.9/argocd-operator.v0.0.9.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.9/argoproj.io_applications_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.9/argoproj.io_appprojects_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.9/argoproj.io_argocdexports_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.0.9/argoproj.io_argocds_crd.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argocd-operator.v0.1.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.1.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argocd-operator.v0.10.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argocd-operator.v0.10.1.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.10.1/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argocd-operator.v0.11.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.11.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argocd-operator.v0.12.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.12.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator.v0.13.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.13.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator.v0.14.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator.v0.14.1.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.14.1/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argocd-operator.v0.15.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.15.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argocd-operator.v0.16.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_namespacemanagements.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.16.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator.v0.17.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_namespacemanagements.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.17.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator.v0.18.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_namespacemanagements.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.18.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argocd-operator.v0.19.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_namespacemanagements.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_argocdcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_changetransferpolicies.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_clusterscmproviders.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_commitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_controllerconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_gitcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_gitrepositories.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_promotionstrategies.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_pullrequests.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_revertcommits.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_scheduledcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_scmproviders.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_timedcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.19.0/promoter.argoproj.io_webrequestcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argocd-operator.v0.2.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argocd-operator.v0.2.1.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.2.1/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-namespacemanagement-editor-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-namespacemanagement-viewer-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argocd-operator.v0.20.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_namespacemanagements.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_argocdcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_changetransferpolicies.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_clusterscmproviders.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_commitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_controllerconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_gitcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_gitrepositories.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_promotionstrategies.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_pullrequests.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_revertcommits.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_scheduledcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_scmproviders.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_timedcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.20.0/promoter.argoproj.io_webrequestcommitstatuses.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argocd-operator.v0.3.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.3.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argocd-operator.v0.4.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.4.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argocd-operator.v0.5.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.5.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argocd-operator.v0.6.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.6.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argocd-operator.v0.7.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.7.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.8.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argocd-operator.v0.9.0.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.0/argoproj.io_notificationsconfigurations.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argocd-operator-controller-manager-metrics-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argocd-operator-manager-config_v1_configmap.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argocd-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argocd-operator-webhook-service_v1_service.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argocd-operator.v0.9.1.clusterserviceversion.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argoproj.io_applications.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argoproj.io_applicationsets.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argoproj.io_appprojects.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argoproj.io_argocdexports.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/0.9.1/argoproj.io_argocds.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/argocd-operator.package.yaml
  • argocd-operator/deploy/olm-catalog/argocd-operator/ci.yaml
  • argocd-operator/deploy/operator_group.yaml
  • argocd-operator/deploy/registry/Dockerfile
  • argocd-operator/deploy/subscription.yaml
  • argocd-operator/docs/SECURITY.md
  • argocd-operator/docs/apidocs-config.json
  • argocd-operator/docs/crd-ref-docs.config.yaml
  • argocd-operator/docs/developer-guide/contributing.md
  • argocd-operator/docs/developer-guide/development.md
  • argocd-operator/docs/developer-guide/e2e-test-guide.md
  • argocd-operator/docs/developer-guide/olm-env.md
  • argocd-operator/docs/developer-guide/openapi.md
  • argocd-operator/docs/index.md
  • argocd-operator/docs/install/manual.md
  • argocd-operator/docs/install/olm.md
  • argocd-operator/docs/install/openshift.md
  • argocd-operator/docs/install/start.md
  • argocd-operator/docs/proposals/001-proposal-template.md
  • argocd-operator/docs/proposals/002-controller-runtime-cache-transforms-for-secrets-and-configmaps.md
  • argocd-operator/docs/reference/applicationSet.md
  • argocd-operator/docs/reference/argocd.md
  • argocd-operator/docs/reference/argocdexport.md
  • argocd-operator/docs/reference/notificationsconfiguration.md
  • argocd-operator/docs/release-process.md
  • argocd-operator/docs/requirements.txt
  • argocd-operator/docs/upgrading.md
  • argocd-operator/docs/usage/aggregated_roles.md
  • argocd-operator/docs/usage/apps-in-any-namespace.md
  • argocd-operator/docs/usage/appsets-in-any-namespace.md
  • argocd-operator/docs/usage/basics.md
  • argocd-operator/docs/usage/config_management_2.0.md
  • argocd-operator/docs/usage/custom_labels_annotations.md
  • argocd-operator/docs/usage/custom_roles.md
  • argocd-operator/docs/usage/customization.md
  • argocd-operator/docs/usage/deploy-to-different-namespaces.md
  • argocd-operator/docs/usage/dex.md
  • argocd-operator/docs/usage/enabling-disabling-argocd-core-components.md
  • argocd-operator/docs/usage/environment_variables.md
  • argocd-operator/docs/usage/export.md
  • argocd-operator/docs/usage/extra-config.md
  • argocd-operator/docs/usage/gitops-promoter.md
  • argocd-operator/docs/usage/ha/redis.md
  • argocd-operator/docs/usage/ha/repo-server.md
  • argocd-operator/docs/usage/image-updater.md
  • argocd-operator/docs/usage/imagepullpolicy-configuration.md
  • argocd-operator/docs/usage/ingress.md
  • argocd-operator/docs/usage/insights.md
  • argocd-operator/docs/usage/metrics.md
  • argocd-operator/docs/usage/monitoring.md
  • argocd-operator/docs/usage/notifications-in-any-namespace.md
  • argocd-operator/docs/usage/notifications.md
  • argocd-operator/docs/usage/resource_management.md
  • argocd-operator/docs/usage/respect_rbac.md
  • argocd-operator/docs/usage/routes.md
  • argocd-operator/docs/usage/webhook-secrets.md
  • argocd-operator/examples/argocd-autoscale.yaml
  • argocd-operator/examples/argocd-basic.yaml
  • argocd-operator/examples/argocd-custom-cluster-domain.yaml
  • argocd-operator/examples/argocd-image-updater.yaml
  • argocd-operator/examples/argocd-import.yaml
  • argocd-operator/examples/argocd-ingress-openshift.yaml
  • argocd-operator/examples/argocd-ingress.yaml
  • argocd-operator/examples/argocd-insights.yaml
  • argocd-operator/examples/argocd-lb.yaml
  • argocd-operator/examples/argocd-nm.yaml
  • argocd-operator/examples/argocd-notifications.yaml
  • argocd-operator/examples/argocd-oauth.yaml
  • argocd-operator/examples/argocd-openshift-dex.yaml
  • argocd-operator/examples/argocd-resource-customizations.yaml
  • argocd-operator/examples/argocd-route.yaml
  • argocd-operator/examples/argocd-webhook-secrets.yaml
  • argocd-operator/examples/argocdexport-aws.yaml
  • argocd-operator/examples/argocdexport-azure.yaml
  • argocd-operator/examples/argocdexport-basic.yaml
  • argocd-operator/examples/argocdexport-gcp.yaml
  • argocd-operator/examples/argocdexport-pvc.yaml
  • argocd-operator/examples/namespaceManagement.yaml
  • argocd-operator/examples/notificationsconfiguration.yaml
  • argocd-operator/go.mod
  • argocd-operator/hack/boilerplate.go.txt
  • argocd-operator/hack/pods.sh
  • argocd-operator/hack/sync-e2e-tests/README.md
  • argocd-operator/hack/sync-e2e-tests/go.mod
  • argocd-operator/hack/sync-e2e-tests/main.go
  • argocd-operator/hack/update-dependencies-script/README.md
  • argocd-operator/hack/update-dependencies-script/argocd/main.go
  • argocd-operator/hack/update-dependencies-script/argocd/run.sh
  • argocd-operator/hack/update-dependencies-script/gitops-promoter/main.go
  • argocd-operator/hack/update-dependencies-script/gitops-promoter/run.sh
  • argocd-operator/hack/update-dependencies-script/go.mod
  • argocd-operator/hack/update-dependencies-script/run.sh
  • argocd-operator/hack/update-dependencies-script/utils/utils.go
  • argocd-operator/mkdocs.yml
  • argocd-operator/pkg/cacheutils/utils.go
  • argocd-operator/pkg/cacheutils/utils_test.go
  • argocd-operator/pkg/clientwrapper/client.go
  • argocd-operator/pkg/clientwrapper/client_test.go
  • argocd-operator/pkg/tlsprofile/profile.go
  • argocd-operator/tests/auxiliary/smtplistener/Dockerfile
  • argocd-operator/tests/auxiliary/smtplistener/cmd/listener/main.go
  • argocd-operator/tests/auxiliary/smtplistener/cmd/listener/root.go
  • argocd-operator/tests/auxiliary/smtplistener/cmd/listener/serve.go
  • argocd-operator/tests/auxiliary/smtplistener/conf.json
  • argocd-operator/tests/auxiliary/smtplistener/go.mod
  • argocd-operator/tests/auxiliary/smtplistener/internal/processor/filewriter.go
  • argocd-operator/tests/auxiliary/smtplistener/internal/util/util.go
  • argocd-operator/tests/config/nginx/nginx.yaml
  • argocd-operator/tests/ginkgo/README.md
  • argocd-operator/tests/ginkgo/fixture/agent/fixture.go
  • argocd-operator/tests/ginkgo/fixture/application/fixture.go
  • argocd-operator/tests/ginkgo/fixture/appproject/fixture.go
  • argocd-operator/tests/ginkgo/fixture/argocd/fixture.go
  • argocd-operator/tests/ginkgo/fixture/certificate/fixture.go
  • argocd-operator/tests/ginkgo/fixture/certutil/fixture.go
  • argocd-operator/tests/ginkgo/fixture/clusterrole/fixture.go
  • argocd-operator/tests/ginkgo/fixture/clusterrolebinding/fixture.go
  • argocd-operator/tests/ginkgo/fixture/clusterserviceversion/fixture.go
  • argocd-operator/tests/ginkgo/fixture/configmap/fixture.go
  • argocd-operator/tests/ginkgo/fixture/deployment/fixture.go
  • argocd-operator/tests/ginkgo/fixture/deploymentconfig/fixture.go
  • argocd-operator/tests/ginkgo/fixture/fixture.go
  • argocd-operator/tests/ginkgo/fixture/gitserver/certs.go
  • argocd-operator/tests/ginkgo/fixture/gitserver/gitea.go
  • argocd-operator/tests/ginkgo/fixture/gitserver/repo.go
  • argocd-operator/tests/ginkgo/fixture/gitserver/server.go
  • argocd-operator/tests/ginkgo/fixture/gitserver/webhook.go
  • argocd-operator/tests/ginkgo/fixture/k8s/fixture.go
  • argocd-operator/tests/ginkgo/fixture/namespace/fixture.go
  • argocd-operator/tests/ginkgo/fixture/node/fixture.go
  • argocd-operator/tests/ginkgo/fixture/notificationsconfiguration/fixture.go
  • argocd-operator/tests/ginkgo/fixture/os/fixture.go
  • argocd-operator/tests/ginkgo/fixture/persistentvolume/fixture.go
  • argocd-operator/tests/ginkgo/fixture/pod/fixture.go
  • argocd-operator/tests/ginkgo/fixture/promoter/fixture.go
  • argocd-operator/tests/ginkgo/fixture/role/fixture.go
  • argocd-operator/tests/ginkgo/fixture/rolebinding/fixture.go
  • argocd-operator/tests/ginkgo/fixture/route/fixture.go
  • argocd-operator/tests/ginkgo/fixture/secret/fixture.go
  • argocd-operator/tests/ginkgo/fixture/statefulset/fixture.go
  • argocd-operator/tests/ginkgo/fixture/utils/fixtureUtils.go
  • argocd-operator/tests/ginkgo/parallel/1-001_alpha_to_beta_dex_conversion_test.go
  • argocd-operator/tests/ginkgo/parallel/1-001_validate_basic_test.go
  • argocd-operator/tests/ginkgo/parallel/1-002_alpha_to_beta_keycloak_conversion_test.go
  • argocd-operator/tests/ginkgo/parallel/1-003_alpha_to_beta_sso_conflict_conversion_test.go
  • argocd-operator/tests/ginkgo/parallel/1-003_verify_hostname_with_route_test.go
  • argocd-operator/tests/ginkgo/parallel/1-004_beta_to_alpha_conversion_test.go
  • argocd-operator/tests/ginkgo/parallel/1-005_validate_route_tls_test.go
  • argocd-operator/tests/ginkgo/parallel/1-006_validate_route_path_test.go
  • argocd-operator/tests/ginkgo/parallel/1-007_validate_namespace_scoped_install_test.go
  • argocd-operator/tests/ginkgo/parallel/1-007_verify_hostname_with_route_test.go
  • argocd-operator/tests/ginkgo/parallel/1-008_validate-custom-argocd-namespace_test.go
  • argocd-operator/tests/ginkgo/parallel/1-012_validate-managed-by-chain_test.go
  • argocd-operator/tests/ginkgo/parallel/1-015_validate_sso_status_test.go
  • argocd-operator/tests/ginkgo/parallel/1-019_validate_volume_mounts_test.go
  • argocd-operator/tests/ginkgo/parallel/1-021_validate_rolebindings_test.go
  • argocd-operator/tests/ginkgo/parallel/1-024_validate_resource_health_checks_test.go
  • argocd-operator/tests/ginkgo/parallel/1-025_validate_resource_ignore_differences_test.go
  • argocd-operator/tests/ginkgo/parallel/1-026_validate_resource_action_test.go
  • argocd-operator/tests/ginkgo/parallel/1-029_validate_applicationset_extra_command_args_test.go
  • argocd-operator/tests/ginkgo/parallel/1-034_validate_applicationset_reconcile_enabled_set_false_test.go
  • argocd-operator/tests/ginkgo/parallel/1-035_validate_applicationset_reconcile_enabled_set_true_test.go
  • argocd-operator/tests/ginkgo/parallel/1-042_restricted_pss_compliant_test.go
  • argocd-operator/tests/ginkgo/parallel/1-043_validate_cleanup_when_using_remote_test.go
  • argocd-operator/tests/ginkgo/parallel/1-043_validate_custom_labels_annotations_test.go
  • argocd-operator/tests/ginkgo/parallel/1-043_validate_log_level_format_test.go
  • argocd-operator/tests/ginkgo/parallel/1-044_validate_resource_limit_changes_test.go
  • argocd-operator/tests/ginkgo/parallel/1-044_validate_rollout_extension_test.go
  • argocd-operator/tests/ginkgo/parallel/1-045_validate_repo_exec_timeout_test.go
  • argocd-operator/tests/ginkgo/parallel/1-046_validate_application_tracking_test.go
  • argocd-operator/tests/ginkgo/parallel/1-046_validate_impersonation_cluster_scoped_instance_test.go
  • argocd-operator/tests/ginkgo/parallel/1-047_validate_custom_env_test.go
  • argocd-operator/tests/ginkgo/parallel/1-047_validate_impersonation_namespace_scoped_instance_test.go
  • argocd-operator/tests/ginkgo/parallel/1-048_validate_controller_sharding_test.go
  • argocd-operator/tests/ginkgo/parallel/1-048_validate_status_conditions_test.go
  • argocd-operator/tests/ginkgo/parallel/1-049_validate_logs_rbac_enforcement_test.go
  • argocd-operator/tests/ginkgo/parallel/1-049_validate_parallelism_limit_test.go
  • argocd-operator/tests/ginkgo/parallel/1-050_validate_dex_sso_rbac_migration_test.go
  • argocd-operator/tests/ginkgo/parallel/1-052_validate_local_user_management_test.go
  • argocd-operator/tests/ginkgo/parallel/1-053_validate_local_user_token_renewal_test.go
  • argocd-operator/tests/ginkgo/parallel/1-055_validate_notification_controller_test.go
  • argocd-operator/tests/ginkgo/parallel/1-057_validate_notifications_test.go
  • argocd-operator/tests/ginkgo/parallel/1-062_validate_extra_config_test.go
  • argocd-operator/tests/ginkgo/parallel/1-066_validate_redis_secure_comm_no_autotls_no_ha_test.go
  • argocd-operator/tests/ginkgo/parallel/1-070_validate_config_management_plugin_test.go
  • argocd-operator/tests/ginkgo/parallel/1-073_validate_rhsso_test.go
  • argocd-operator/tests/ginkgo/parallel/1-082_validate_node_placement_test.go
  • argocd-operator/tests/ginkgo/parallel/1-084_validate_status_host_ingress_test.go
  • argocd-operator/tests/ginkgo/parallel/1-088_validate_applicationset_add_env_vars_test.go
  • argocd-operator/tests/ginkgo/parallel/1-089_validate_extra_repo_commands_args_test.go
  • argocd-operator/tests/ginkgo/parallel/1-091_argocd_app_validate-applicationset-status_test.go
  • argocd-operator/tests/ginkgo/parallel/1-095_validate_dex_clientsecret_test.go
  • argocd-operator/tests/ginkgo/parallel/1-099_validate_server_autoscale_test.go
  • argocd-operator/tests/ginkgo/parallel/1-103_argocd_alpha_to_beta_conversion_test.go
  • argocd-operator/tests/ginkgo/parallel/1-104_validate_applicationset_tls_scm_volume_mount_test.go
  • argocd-operator/tests/ginkgo/parallel/1-106_validate_appcontroller_initcontainers_test.go
  • argocd-operator/tests/ginkgo/parallel/1-107_validate_server_initcontainers_test.go
  • argocd-operator/tests/ginkgo/parallel/1-108_validate_appcontroller_sidecar_test.go
  • argocd-operator/tests/ginkgo/parallel/1-109_validate_server_sidecar_test.go
  • argocd-operator/tests/ginkgo/parallel/1-118_validate_redis_ssc_test.go
  • argocd-operator/tests/ginkgo/parallel/1-119_argocd_respectRBAC_test.go
  • argocd-operator/tests/ginkgo/parallel/1-120_verify_argocd_status_consistency_test.go
  • argocd-operator/tests/ginkgo/parallel/1-121_validate_image_updater_test.go
  • argocd-operator/tests/ginkgo/parallel/1-122_validate_argocd_reconciliation_timeout.go
  • argocd-operator/tests/ginkgo/parallel/1-123_image_updater_annotations_test.go
  • argocd-operator/tests/ginkgo/parallel/1-123_validate_prometheus_cr_deleted_test.go
  • argocd-operator/tests/ginkgo/parallel/1-124_validate_networkpolicies_test.go
  • argocd-operator/tests/ginkgo/parallel/1-125_validate_applicationset_cleanup_when_spec_field_omitted_test.go
  • argocd-operator/tests/ginkgo/parallel/1-125_validate_server_serving_cert_annotation_restore_test.go
  • argocd-operator/tests/ginkgo/parallel/1-126_validate_declarative_webhook_secrets_test.go
  • argocd-operator/tests/ginkgo/parallel/1-126_validate_servicemonitor_metrics_config_test.go
  • argocd-operator/tests/ginkgo/parallel/1-140_validate_statefulset_naming_migration_test.go
  • argocd-operator/tests/ginkgo/parallel/1-141_source_hydrator.go
  • argocd-operator/tests/ginkgo/parallel/suite_test.go
  • argocd-operator/tests/ginkgo/sequential/.gitignore
  • argocd-operator/tests/ginkgo/sequential/1-002_validate_cluster_config_test.go
  • argocd-operator/tests/ginkgo/sequential/1-019_validate_rolebindings_with_managed_by_test.go
  • argocd-operator/tests/ginkgo/sequential/1-020_validate_redis_ha_nonha_test.go
  • argocd-operator/tests/ginkgo/sequential/1-024_validate_apps_in_any_namespace_test.go
  • argocd-operator/tests/ginkgo/sequential/1-036_validate_role_rolebinding_for_source_namespace_test.go
  • argocd-operator/tests/ginkgo/sequential/1-037_validate_applicationset_in_any_namespace_test.go
  • argocd-operator/tests/ginkgo/sequential/1-051_validate_argocd_agent_principal_test.go
  • argocd-operator/tests/ginkgo/sequential/1-052_validate_argocd_agent_agent_test.go
  • argocd-operator/tests/ginkgo/sequential/1-053_validate_argocd_agent_principal_connected_test.go
  • argocd-operator/tests/ginkgo/sequential/1-054_validate_argocd_agent_destination_mapping_test.go
  • argocd-operator/tests/ginkgo/sequential/1-058_validate_notifications_source_namespaces_test.go
  • argocd-operator/tests/ginkgo/sequential/1-067_validate_redis_secure_comm_no_autotls_ha_test.go
  • argocd-operator/tests/ginkgo/sequential/1-102_validate_handle_terminating_namespaces_test.go
  • argocd-operator/tests/ginkgo/sequential/1-108_validate_imagepullpolicy_test.go
  • argocd-operator/tests/ginkgo/sequential/1-120_repo_server_system_ca_trust.go
  • argocd-operator/tests/ginkgo/sequential/1-122_validate_namespace_test.go
  • argocd-operator/tests/ginkgo/sequential/1-130_validate_deployment_image_and_version_test.go
  • argocd-operator/tests/ginkgo/sequential/1-131_validate_rolebinding_no_tracking_annotation_propagation_test.go
  • argocd-operator/tests/ginkgo/sequential/1-132_validate_handle_terminating_source_namespaces_test.go
  • argocd-operator/tests/ginkgo/sequential/1-133_validate_namespacemanagement_does_not_block_dex_token_renewal_test.go
  • argocd-operator/tests/ginkgo/sequential/1-133_validate_priorityclassname_test.go
  • argocd-operator/tests/ginkgo/sequential/1-134_validate_gitops_promoter_test.go
  • argocd-operator/tests/ginkgo/sequential/1-135_validate_image_pull_secret_propagation_test.go
  • argocd-operator/tests/ginkgo/sequential/suite_test.go
  • argocd-operator/tests/olm/README.md
  • argocd-operator/version/version.go
  • bundle/manifests/gitops-operator.clusterserviceversion.yaml
  • bundle/manifests/pipelines.openshift.io_gitopsservices.yaml
  • cmd/main.go
  • config/crd/bases/pipelines.openshift.io_gitopsservices.yaml
  • config/rbac/role.yaml
  • controllers/argocd/argocd.go
  • controllers/argocd/argocd_test.go
  • controllers/argocd/openshift/clusterconfig_test.go
  • controllers/argocd/openshift/openshift.go
  • controllers/argocd/openshift/openshift_test.go
  • controllers/argocd_controller_test.go
  • controllers/argocd_metrics_controller.go
  • controllers/argocd_metrics_controller_test.go
  • controllers/consoleplugin.go
  • controllers/consoleplugin_test.go
  • controllers/gitopsservice_controller.go
  • controllers/gitopsservice_controller_test.go
  • controllers/util/util.go
  • go.mod
  • hack/propagate.sh
  • test/e2e/gitopsservice_test.go
  • test/e2e/suite_test.go
  • test/helper/application_status.go
  • test/nondefaulte2e/gitops_service_nondefault_test.go
  • test/nondefaulte2e/suite_test.go
  • test/openshift/e2e/ginkgo/fixture/agent/fixture.go
  • test/openshift/e2e/ginkgo/fixture/argocd/fixture.go
  • test/openshift/e2e/ginkgo/fixture/fixture.go
  • test/openshift/e2e/ginkgo/fixture/gitserver/certs.go
  • test/openshift/e2e/ginkgo/fixture/gitserver/gitea.go
  • test/openshift/e2e/ginkgo/fixture/gitserver/server.go
  • test/openshift/e2e/ginkgo/fixture/gitserver/webhook.go
  • test/openshift/e2e/ginkgo/fixture/notificationsconfiguration/fixture.go
  • test/openshift/e2e/ginkgo/fixture/utils/fixtureUtils.go
  • test/openshift/e2e/ginkgo/parallel/1-001_alpha_to_beta_dex_conversion_test.go
  • test/openshift/e2e/ginkgo/parallel/1-003_alpha_to_beta_sso_conflict_conversion_test.go
  • test/openshift/e2e/ginkgo/parallel/1-004_beta_to_alpha_conversion_test.go
  • test/openshift/e2e/ginkgo/parallel/1-005_validate_route_tls_test.go
  • test/openshift/e2e/ginkgo/parallel/1-007_validate_namespace_scoped_install_test.go
  • test/openshift/e2e/ginkgo/parallel/1-007_validate_volume_mounts_test.go
  • test/openshift/e2e/ginkgo/parallel/1-008_validate-custom-argocd-namespace_test.go
  • test/openshift/e2e/ginkgo/parallel/1-009_validate-manage-other-namespace_test.go
  • test/openshift/e2e/ginkgo/parallel/1-019_validate_volume_mounts_test.go
  • test/openshift/e2e/ginkgo/parallel/1-021_validate_rolebindings_test.go
  • test/openshift/e2e/ginkgo/parallel/1-023_validate_repo_server_tls_test.go
  • test/openshift/e2e/ginkgo/parallel/1-029_validate_tls_secret_no_scale_test.go
  • test/openshift/e2e/ginkgo/parallel/1-030_validate_reencrypt_test.go
  • test/openshift/e2e/ginkgo/parallel/1-032_validate_dynamic_scaling_test.go
  • test/openshift/e2e/ginkgo/parallel/1-032_validate_resource_inclusions_test.go
  • test/openshift/e2e/ginkgo/parallel/1-033_validate_resource_exclusions_test.go
  • test/openshift/e2e/ginkgo/parallel/1-034_validate_webhook_notifications_test.go
  • test/openshift/e2e/ginkgo/parallel/1-037_validate_argocd_setting_replicas_test.go
  • test/openshift/e2e/ginkgo/parallel/1-038_validate_productized_images_test.go
  • test/openshift/e2e/ginkgo/parallel/1-039_validate_fix_argocd-tls-certs-cm_test.go
  • test/openshift/e2e/ginkgo/parallel/1-042_restricted_pss_compliant_test.go
  • test/openshift/e2e/ginkgo/parallel/1-042_validate_status_host_test.go
  • test/openshift/e2e/ginkgo/parallel/1-043_validate_custom_labels_annotations_test.go
  • test/openshift/e2e/ginkgo/parallel/1-043_validate_log_level_format_test.go
  • test/openshift/e2e/ginkgo/parallel/1-044_validate_resource_limit_changes_test.go
  • test/openshift/e2e/ginkgo/parallel/1-045_validate_applicationset_image_override_test.go
  • test/openshift/e2e/ginkgo/parallel/1-045_validate_repo_exec_timeout_test.go
  • test/openshift/e2e/ginkgo/parallel/1-046_validate_application_tracking_test.go
  • test/openshift/e2e/ginkgo/parallel/1-047_validate_custom_env_test.go
  • test/openshift/e2e/ginkgo/parallel/1-048_validate_controller_sharding_test.go
  • test/openshift/e2e/ginkgo/parallel/1-049_validate_parallelism_limit_test.go
  • test/openshift/e2e/ginkgo/parallel/1-050_validate_sso_test.go
  • test/openshift/e2e/ginkgo/parallel/1-053_validate_cluster_admin_rbac_test.go
  • test/openshift/e2e/ginkgo/parallel/1-054_validate_deploymentconfig_test.go
  • test/openshift/e2e/ginkgo/parallel/1-055_drop_resource_customizations_test.go
  • test/openshift/e2e/ginkgo/parallel/1-055_validate_notification_controller_test.go
  • test/openshift/e2e/ginkgo/parallel/1-057_validate_notifications_test.go
  • test/openshift/e2e/ginkgo/parallel/1-058_validate_prometheus_rule_test.go
  • test/openshift/e2e/ginkgo/parallel/1-061_validate_resource_tracking_method_test.go
  • test/openshift/e2e/ginkgo/parallel/1-062_validate_extra_config_test.go
  • test/openshift/e2e/ginkgo/parallel/1-063_validate_statefulset_restart_test.go
  • test/openshift/e2e/ginkgo/parallel/1-064_validate_security_contexts_test.go
  • test/openshift/e2e/ginkgo/parallel/1-065_validate_redis_ha_anti_affinity_test.go
  • test/openshift/e2e/ginkgo/parallel/1-066_validate_redis_secure_comm_no_autotls_no_ha_test.go
  • test/openshift/e2e/ginkgo/parallel/1-068_validate_redis_secure_comm_autols_no_ha_test.go
  • test/openshift/e2e/ginkgo/parallel/1-069_validate_redis_secure_comm_autotls_ha_test.go
  • test/openshift/e2e/ginkgo/parallel/1-070_validate_config_management_plugin_test.go
  • test/openshift/e2e/ginkgo/parallel/1-072_validate_liveness_probe_removed_test.go
  • test/openshift/e2e/ginkgo/parallel/1-075_validate_dex_anyuid_test.go
  • test/openshift/e2e/ginkgo/parallel/1-079_validate_vars_for_notificaitons_test.go
  • test/openshift/e2e/ginkgo/parallel/1-080_validate_regex_support_argocd_rbac_test.go
  • test/openshift/e2e/ginkgo/parallel/1-082_validate_node_placement_test.go
  • test/openshift/e2e/ginkgo/parallel/1-083_validate_kustomize_namereference_test.go
  • test/openshift/e2e/ginkgo/parallel/1-083_validate_resource_customization_subkeys_test.go
  • test/openshift/e2e/ginkgo/parallel/1-084_validate_status_host_ingress_test.go
  • test/openshift/e2e/ginkgo/parallel/1-086_validate_applicationset_extra_command_args.go
  • test/openshift/e2e/ginkgo/parallel/1-087_validate_repo_server_settings_test.go
  • test/openshift/e2e/ginkgo/parallel/1-088_validate_applicationset_add_env_vars_test.go
  • test/openshift/e2e/ginkgo/parallel/1-089_validate_extra_repo_commands_args_test.go
  • test/openshift/e2e/ginkgo/parallel/1-091_argocd_app_validate-applicationset-status_test.go
  • test/openshift/e2e/ginkgo/parallel/1-095_validate_dex_clientsecret_test.go
  • test/openshift/e2e/ginkgo/parallel/1-098_validate_dex_clientsecret_deprecated.go
  • test/openshift/e2e/ginkgo/parallel/1-099_validate_server_autoscale_test.go
  • test/openshift/e2e/ginkgo/parallel/1-103_argocd_alpha_to_beta_conversion_test.go
  • test/openshift/e2e/ginkgo/parallel/1-104_validate_applicationset_tls_scm_volume_mount_test.go
  • test/openshift/e2e/ginkgo/parallel/1-106_validate_appcontroller_initcontainers_test.go
  • test/openshift/e2e/ginkgo/parallel/1-107_validate_server_initcontainers_test.go
  • test/openshift/e2e/ginkgo/parallel/1-108_validate_appcontroller_sidecar_test.go
  • test/openshift/e2e/ginkgo/parallel/1-109_validate_server_sidecar_test.go
  • test/openshift/e2e/ginkgo/parallel/1-111_validate_appcontroller_initcontainers_test.go
  • test/openshift/e2e/ginkgo/parallel/1-112_validate_server_initcontainers_test.go
  • test/openshift/e2e/ginkgo/parallel/1-113_validate_appcontroller_sidecar_test.go
  • test/openshift/e2e/ginkgo/parallel/1-114_validate_server_sidecar_test.go
  • test/openshift/e2e/ginkgo/parallel/1-115_validate_controller_extra_command_args_test.go
  • test/openshift/e2e/ginkgo/parallel/1-116_annotation-based-tracking_test.go
  • test/openshift/e2e/ginkgo/parallel/1-117_redis_SA_reconciliation_test.go
  • test/openshift/e2e/ginkgo/parallel/1-118_validate_redis_ssc_test.go
  • test/openshift/e2e/ginkgo/parallel/1-119_argocd_respectRBAC_test.go
  • test/openshift/e2e/ginkgo/parallel/1-120_validate_banner_test.go
  • test/openshift/e2e/ginkgo/parallel/1-120_validate_resource_health_persisted_in_application_status_test.go
  • test/openshift/e2e/ginkgo/parallel/1-121_validate_image_updater_test.go
  • test/openshift/e2e/ginkgo/parallel/1-122_validate_user_defined_appproject.go
  • test/openshift/e2e/ginkgo/parallel/1-124_validate_networkpolicies_test.go
  • test/openshift/e2e/ginkgo/parallel/1-125_validate_applicationset_cleanup_when_spec_field_omitted_test.go
  • test/openshift/e2e/ginkgo/parallel/1-125_validate_server_serving_cert_annotation_restore_test.go
  • test/openshift/e2e/ginkgo/parallel/1-126_validate_declarative_webhook_secrets_test.go
  • test/openshift/e2e/ginkgo/parallel/1-126_validate_servicemonitor_metrics_config_test.go
  • test/openshift/e2e/ginkgo/parallel/1-131_validate_rolebinding_no_tracking_annotation_propagation_test.go
  • test/openshift/e2e/ginkgo/parallel/1-141_source_hydrator.go
  • test/openshift/e2e/ginkgo/sequential/1-003_validate_cluster_config_test.go
  • test/openshift/e2e/ginkgo/sequential/1-004_validate_argocd_installation_test.go
  • test/openshift/e2e/ginkgo/sequential/1-006_validate_machine_config_test.go
  • test/openshift/e2e/ginkgo/sequential/1-008_validate-4.9CI-Failures_test.go
  • test/openshift/e2e/ginkgo/sequential/1-012_validate-managed-by-chain_test.go
  • test/openshift/e2e/ginkgo/sequential/1-018_validate_disable_default_instance_test.go
  • test/openshift/e2e/ginkgo/sequential/1-020_validate_redis_ha_nonha_test.go
  • test/openshift/e2e/ginkgo/sequential/1-025-validate-managed-by-change_test.go
  • test/openshift/e2e/ginkgo/sequential/1-027_validate_operand_from_git_test.go
  • test/openshift/e2e/ginkgo/sequential/1-028-validate_run_on_infra_test.go
  • test/openshift/e2e/ginkgo/sequential/1-034_validate_custom_roles_test.go
  • test/openshift/e2e/ginkgo/sequential/1-036_validate_role_rolebinding_for_source_namespace_test.go
  • test/openshift/e2e/ginkgo/sequential/1-037_validate_applicationset_in_any_namespace_test.go
  • test/openshift/e2e/ginkgo/sequential/1-051_validate_argocd_agent_principal_test.go
  • test/openshift/e2e/ginkgo/sequential/1-052_validate_argocd_agent_agent_test.go
  • test/openshift/e2e/ginkgo/sequential/1-053_validate_argocd_agent_principal_connected_test.go
  • test/openshift/e2e/ginkgo/sequential/1-054_validate_argocd_agent_destination_mapping_test.go
  • test/openshift/e2e/ginkgo/sequential/1-056_validate_managed-by_test.go
  • test/openshift/e2e/ginkgo/sequential/1-058_validate_notifications_source_namespaces_test.go
  • test/openshift/e2e/ginkgo/sequential/1-059_validate_argocd_agent_terminal_streaming_test.go
  • test/openshift/e2e/ginkgo/sequential/1-064_validate_tcp_reset_error_test.go
  • test/openshift/e2e/ginkgo/sequential/1-067_validate_redis_secure_comm_no_autotls_ha_test.go
  • test/openshift/e2e/ginkgo/sequential/1-071_validate_SCC_HA_test.go
  • test/openshift/e2e/ginkgo/sequential/1-074_validate_terminating_namespace_block_test.go
  • test/openshift/e2e/ginkgo/sequential/1-083_validate_apps_in_any_namespace_test.go
  • test/openshift/e2e/ginkgo/sequential/1-086_validate_default_argocd_role_test.go
  • test/openshift/e2e/ginkgo/sequential/1-092_validate_workload_status_monitoring_alert.go
  • test/openshift/e2e/ginkgo/sequential/1-102_validate_handle_terminating_namespaces_test.go
  • test/openshift/e2e/ginkgo/sequential/1-105_validate_default_argocd_route_test.go
  • test/openshift/e2e/ginkgo/sequential/1-105_validate_label_selector_test.go
  • test/openshift/e2e/ginkgo/sequential/1-106_validate_argocd_metrics_controller_test.go
  • test/openshift/e2e/ginkgo/sequential/1-107_validate_redis_scc_test.go
  • test/openshift/e2e/ginkgo/sequential/1-108_alternate_cluster_roles_cluster_scoped_instance_test.go
  • test/openshift/e2e/ginkgo/sequential/1-111_validate_default_argocd_route_test.go
  • test/openshift/e2e/ginkgo/sequential/1-113_validate_namespacemanagement_test.go
  • test/openshift/e2e/ginkgo/sequential/1-114_validate_imagepullpolicy_test.go
  • test/openshift/e2e/ginkgo/sequential/1-120_repo_server_system_ca_trust.go
  • test/openshift/e2e/ginkgo/sequential/1-120_validate_running_must_gather.go
  • test/openshift/e2e/ginkgo/sequential/1-122_validate_namespace_test.go
  • test/openshift/e2e/ginkgo/sequential/1-132_validate_handle_terminating_source_namespaces_test.go
  • test/openshift/e2e/ginkgo/sequential/1-132_validate_sensitive_annotation_masking_test.go
  • test/openshift/e2e/ginkgo/sequential/1-134_validate_gitops_promoter_test.go
  • test/openshift/e2e/ginkgo/sequential/1-135-validate-imagepullsecret-propagation.go
  • test/openshift/e2e/ginkgo/sequential/1-143_validate_deployment_Env_Args_For_Tls_Configuration_test.go

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondza

Copy link
Copy Markdown
Collaborator Author

Suspected flake

[FAIL] GitOps Operator Parallel E2E Tests 1-030_validate_reencrypt [It] verifies Argo CD Server's Route can be enabled with TLSTerminationReencrypt [openshift]
/go/src/github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/parallel/1-030_validate_reencrypt_test.go:176

Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondza
olivergondza force-pushed the internalize-argocd-operator-fr branch 3 times, most recently from 5c6180c to cdd3c5a Compare September 10, 2026 08:25
@olivergondza

Copy link
Copy Markdown
Collaborator Author

/test unit

@olivergondza
olivergondza force-pushed the internalize-argocd-operator-fr branch from cdd3c5a to b1eb54a Compare September 10, 2026 09:02
@olivergondza

olivergondza commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator Author

Running the unit tests in openshift-ci seem to have exposed a unittest test failure in a new argocd-operator code that was not part of the dry run (image_pull_secrets_test.go). While this is getting addressed, this PR is ready for review on its general soundness and correctness.

@anandf, @jgwest, @svghadi, @jannfis, Please prioritize taking a look. Effective changes post merge: https://github.com/olivergondza/gitops-operator/commits/internalize-argocd-operator-fr/?since=2026-09-09

…rnetes.io token

Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondza

Copy link
Copy Markdown
Collaborator Author

Adding do-not-merge/hold so it does not get merged by GitHub once approved. Will merge manually to avoid squashing the history.

@olivergondza

Copy link
Copy Markdown
Collaborator Author

/retest

1 similar comment
@olivergondza

Copy link
Copy Markdown
Collaborator Author

/retest

Comment thread bundle/manifests/pipelines.openshift.io_gitopsservices.yaml
Comment thread cmd/main.go
@olivergondza

olivergondza commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator Author

@anandf, I kept this PR minimal in changes on purpose - it is huge already. The idea was and still is to make the switch that blocks almost all contributions fast, and then drop what become unused later. Tracked as https://redhat.atlassian.net/browse/GITOPS-10900, I will amend it with your suggestions.

@jannfis

jannfis commented Sep 11, 2026

Copy link
Copy Markdown
Member

/approve

@openshift-ci

openshift-ci Bot commented Sep 11, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jannfis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@olivergondza

Copy link
Copy Markdown
Collaborator Author

/test v4.19-kuttl-sequential

@openshift-ci

openshift-ci Bot commented Sep 11, 2026

Copy link
Copy Markdown

@olivergondza: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v4.19-kuttl-sequential 21bd773 link true /test v4.19-kuttl-sequential

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.