Skip to content
Open
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
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-06-25T12:59:48Z"
createdAt: "2025-07-10T16:11:07Z"
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
6 changes: 6 additions & 0 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ patchesJson6902:
kind: ClusterServiceVersion
name: gitops-operator.v1.8.0
path: patches/icon.yaml
- target:
group: operators.coreos.com
version: v1alpha1
kind: ClusterServiceVersion
name: gitops-operator.v1.8.0
path: patches/description.yaml
- target:
group: operators.coreos.com
version: v1alpha1
Expand Down
Loading