diff --git a/bundle/manifests/gitops-operator.clusterserviceversion.yaml b/bundle/manifests/gitops-operator.clusterserviceversion.yaml index a5d0052a7..bb4a7cfb8 100644 --- a/bundle/manifests/gitops-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gitops-operator.clusterserviceversion.yaml @@ -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-10T10:43:31Z" 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" @@ -1115,6 +1115,7 @@ spec: - email: shbose@redhat.com name: shoubhik maturity: alpha + minKubeVersion: 1.25.0 provider: name: Red Hat Inc replaces: gitops-operator.v1.7.3 diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index b8044ef92..e18a9e665 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -60,4 +60,10 @@ patchesJson6902: version: v1alpha1 kind: ClusterServiceVersion name: gitops-operator.v1.8.0 - path: patches/description.yaml \ No newline at end of file + 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 \ No newline at end of file diff --git a/config/manifests/patches/min-kube-version.yaml b/config/manifests/patches/min-kube-version.yaml new file mode 100644 index 000000000..65f3c9d09 --- /dev/null +++ b/config/manifests/patches/min-kube-version.yaml @@ -0,0 +1,3 @@ +- op: add + path: "/spec/minKubeVersion" + value: "1.25.0" \ No newline at end of file