Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion bundle/manifests/gitops-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ metadata:
capabilities: Deep Insights
console.openshift.io/plugins: '["gitops-plugin"]'
containerImage: quay.io/redhat-developer/gitops-operator
createdAt: "2025-01-30T07:45:55Z"
createdAt: "2025-02-07T05:40:49Z"
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 @@ -1115,6 +1115,7 @@ spec:
- email: [email protected]
name: shoubhik
maturity: alpha
minKubeVersion: 1.25.0
provider:
name: Red Hat Inc
replaces: gitops-operator.v1.7.3
Expand Down
8 changes: 7 additions & 1 deletion config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ patchesJson6902:
version: v1alpha1
kind: ClusterServiceVersion
name: gitops-operator.v1.8.0
path: patches/description.yaml
path: patches/description.yaml
- target:
group: operators.coreos.com
version: v1alpha1
kind: ClusterServiceVersion
name: gitops-operator.v1.8.0
path: patches/min-kube-version.yaml
3 changes: 3 additions & 0 deletions config/manifests/patches/min-kube-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: add
path: "/spec/minKubeVersion"
value: "1.25.0"
Loading