Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
541 changes: 541 additions & 0 deletions bundle/manifests/argocd-image-updater.argoproj.io_imageupdaters.yaml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion bundle/manifests/gitops-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ metadata:
capabilities: Deep Insights
console.openshift.io/plugins: '["gitops-plugin"]'
containerImage: quay.io/redhat-developer/gitops-operator
createdAt: "2025-11-05T07:51:38Z"
createdAt: "2025-11-17T03:54:56Z"
description: Enables teams to adopt GitOps principles for managing cluster configurations
and application delivery across hybrid multi-cluster Kubernetes environments.
features.operators.openshift.io/disconnected: "true"
Expand Down Expand Up @@ -306,6 +306,9 @@ spec:
kind: GitopsService
name: gitopsservices.pipelines.openshift.io
version: v1alpha1
- kind: ImageUpdater
name: imageupdaters.argocd-image-updater.argoproj.io
version: v1alpha1
- kind: NamespaceManagement
name: namespacemanagements.argoproj.io
version: v1beta1
Expand Down
Loading