Skip to content

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

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

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

Conversation

@olivergondza

@olivergondzaolivergondza commented Aug 20, 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/?since=2026-08-20

  • Use go.mod replace for a new directory argocd-operator on e754075fa4f028d3b0cfbae5dec656b025a32cab.
  • Entire history was brought in via git filter-repo + git merge --allow-unrelated-histories
  • The CRD manifests have been unified, need to be kept in sync until the argocd-operator version of it gets deleted.
  • Brings in the Argo CD + tooling update that was present in argocd-operator at the time.
  • The DCO is tricky. The imported history is rebased (rewritten for the move to the directory), so it has lost its signatures. I suggest merging as it - an alternative is that someone (I) signs it all now, but it does not add much to the security.
  • DCO refuses to validate more than 250 commits, hence it is failing.

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 e754075fa4f028d3b0cfbae5dec656b025a32cabgit tag -d $(git tag | grep rhos) api/v0.1.0git tag -d $(git tag | grep -- "-rc")git filter-repo --to-subdirectory-filter argocd-operator --tag-rename '':'argocd-operator-'
# In gitops-operatorgit remote add intern ../argocd-operator-ingestgit fetch interngit merge --allow-unrelated-histories intern master

!!! DO NOT SQUASH-MERGE !!!

jparsaiand others added 30 commits October 31, 2025 10:33
Assisted by: Cursor
Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
… argocd-image-updater master branch (#1924)
Signed-off-by: Cheng Fang <cfang@redhat.com>
Signed-off-by: dkarpele <karpelevich@gmail.com>
Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
… (#1928)
Signed-off-by: akhil nittala <nakhil@redhat.com>
… (#1927)
Signed-off-by: Alka Kumari <alkumari@redhat.com>
…866)
* WIP
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Code clenup and commenting
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Add proposal doc
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* merge transform func, add tests for configmap and secret
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
* add env var to disable optimization, update docs
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
* fix CI lint failure
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
* incorporate PR review
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
* update IsTrackedByOperator func to take in runtime.Object
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
* Fix minor issues
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Minor code comment updates
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Add unit test for client
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Fix linting
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Use positive notion for env
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Remove space and return patch error to caller
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Add unit test for patch error
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
* Move trackedby check out of referesh check func
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
---------
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
Co-authored-by: Anand Kumar Singh <anandrkskd@gmail.com>
Assisted by: Cursor
Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
* Support notifications in any namespace
Signed-off-by: nmirasch <neus.miras@gmail.com>
* Removed cluster roles and added self-service-notification-enabled to command
Signed-off-by: nmirasch <neus.miras@gmail.com>
* Add NotificationsConfiguration CR in the spec.notifications.sourceNamespaces
Signed-off-by: nmirasch <neus.miras@gmail.com>
* Add empty NotificationsConfiguration CR in the source namespaces instead of propagating the configs
Signed-off-by: nmirasch <neus.miras@gmail.com>
* Create NotificationsConfiguration CR in the source namespaces without spec
Signed-off-by: nmirasch <neus.miras@gmail.com>
---------
Signed-off-by: nmirasch <neus.miras@gmail.com>
Signed-off-by: Mike Ng <ming@redhat.com>
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>
cjcocokrispand others added 11 commits August 12, 2026 08:13
…bernetes resources (#2320)
* fix: adjust agent's clusterole to have read permissions for common kubernetes resources
Signed-off-by: Christopher Coco <ccoco@redhat.com>
* ci: rerun
Signed-off-by: Christopher Coco <ccoco@redhat.com>
* ci: rerun
Signed-off-by: Christopher Coco <ccoco@redhat.com>
---------
Signed-off-by: Christopher Coco <ccoco@redhat.com>
* docs: Document readthedocs.org development
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* feat: Generate apidocs using elastic/crd-ref-docs
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* feat: Build apidocs before the site is built
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* Update variable name
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* fix: Fix notifications link, unify URI for `make serve-docs`
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* fix: docs in crd-ref-docs.config.yaml
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* fix(Makefile): Separate OPERATOR_SDK_VERSION and KUBERNETES_API_VERSION
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
* feat(Makefile): Generate both alpha and beta apidocs
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
---------
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
…0 to 3.5.1 (#2324)
* chore(deps): bump image-updater from 1.2.2 to 1.3.0
Signed-off-by: Cheng Fang <cfang@redhat.com>
* bump argocd from 3.5.0 to 3.5.1
Signed-off-by: Cheng Fang <cfang@redhat.com>
---------
Signed-off-by: Cheng Fang <cfang@redhat.com>
…(#2330)
logr.Logger.Error() expects a static message plus structured key-value
pairs; printf-style %s arguments were being passed directly and treated
as invalid keys. Convert all call sites to the key-value convention.
Signed-off-by: Arunesh Dwivedi <arunesh.devops@gmail.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.54.0 to 0.55.0.
- [Commits](golang/crypto@v0.54.0...v0.55.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.38.0 to 0.40.0.
- [Commits](golang/mod@v0.38.0...v0.40.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8d3b0cfbae5dec656b025a32cab
Merge remote-tracking branch 'internalize' into internalize-argocd-operator
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
…ion so it builds
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
This unifies the manifest with argocd-operator/, not the remote repo.
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@coderabbitai

coderabbitaiBot commented Aug 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 837 files, which is 537 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: 12e233cc-366f-4efd-99d1-ec8a939f9083

📥 Commits

Reviewing files that changed from the base of the PR and between b71f46d and bd1c091.

⛔ 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 (837)
  • .ci-operator.yaml
  • Dockerfile
  • Makefile
  • api/v1alpha1/gitopsservice_types.go
  • api/v1alpha1/groupversion_info.go
  • api/v1alpha1/zz_generated.deepcopy.go
  • 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/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/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_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/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/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.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.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/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/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/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/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/suite_test.go
  • argocd-operator/tests/olm/README.md
  • argocd-operator/version/version.go
  • bundle/manifests/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • bundle/manifests/argoproj.io_applications.yaml
  • bundle/manifests/argoproj.io_applicationsets.yaml
  • bundle/manifests/argoproj.io_appprojects.yaml
  • bundle/manifests/argoproj.io_argocds.yaml
  • bundle/manifests/gitops-operator.clusterserviceversion.yaml
  • bundle/manifests/pipelines.openshift.io_gitopsservices.yaml
  • config/crd/bases/argocd-image-updater.argoproj.io_imageupdaters.yaml
  • config/crd/bases/argoproj.io_applications.yaml
  • config/crd/bases/argoproj.io_applicationsets.yaml
  • config/crd/bases/argoproj.io_appprojects.yaml
  • config/crd/bases/argoproj.io_argocdexports.yaml
  • config/crd/bases/argoproj.io_argocds.yaml
  • config/crd/bases/pipelines.openshift.io_gitopsservices.yaml
  • config/rbac/role.yaml
  • controllers/argocd/argocd.go
  • controllers/consoleplugin.go
  • go.mod
  • hack/propagate.sh
  • openshift-ci/build-root/Dockerfile
  • test/openshift/e2e/ginkgo/parallel/1-031_validate_toolchain_test.go
  • test/openshift/e2e/ginkgo/parallel/1-032_validate_dynamic_scaling_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

@openshift-ci

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign varshab1210 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondzaolivergondza changed the title Internalize argocd operatorInternalize argocd operator (DO NOT SQUASH-MERGE)Aug 20, 2026
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondza
olivergondzaforce-pushed the internalize-argocd-operator branch from 2c79489 to 2e31dc7CompareAugust 20, 2026 18:35
@olivergondza

Copy link
Copy Markdown
CollaboratorAuthor

/test v4.19-e2e
/test v4.19-images

@olivergondza

Copy link
Copy Markdown
CollaboratorAuthor

/retest

1 similar comment
@olivergondza

Copy link
Copy Markdown
CollaboratorAuthor

/retest

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

Copy link
Copy Markdown

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

Test nameCommitDetailsRequiredRerun command
ci/prow/v4.14-kuttl-sequentialbd1c091linkfalse/test v4.14-kuttl-sequential
ci/prow/v4.19-kuttl-sequentialbd1c091linktrue/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.

@olivergondza

Copy link
Copy Markdown
CollaboratorAuthor

Tests failing because:

containerStatuses:
- image: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9:mainimageID: ""lastState: {}name: argocd-serverready: falserestartCount: 0started: falsestate:
waiting:
message: 'Back-off pulling image "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9:main": ErrImagePull: unable to pull image or OCI artifact: pull image err: initializing source docker://quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9:main: reading manifest main in quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9: unauthorized: access to the requested resource is not authorized; artifact err: get manifest: build image source: reading manifest main in quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9: unauthorized: access to the requested resource is not authorized'reason: ImagePullBackOff

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

Labels

kind/enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@olivergondza@jparsai@chengfang@dkarpele@akhilnittala@alkakumari016@svghadi@mikeshng@nmirasch@jgwest@Mangaal@anandrkskd@Rizwana777@chetan-rns@Kerruba@Yuni-sa@aali309@tzprograms@cjcocokrisp@AdamSaleh