Skip to content

Fix warnings in the CVP bundle linting testsAdding minikube version - GITOPS-6185 #921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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