Skip to content

Commit be08b8a

Browse files
committed
Adding changes in the yaml for fixing warnings in the CVP bundle [GITOPS-6185]
Signed-off-by: Sarfaraz Ahamad <[email protected]>
1 parent 6990358 commit be08b8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ metadata:
164164
capabilities: Deep Insights
165165
console.openshift.io/plugins: '["gitops-plugin"]'
166166
containerImage: quay.io/redhat-developer/gitops-operator
167-
createdAt: "2024-11-25T03:57:37Z"
167+
createdAt: "2025-02-04T04:47:17Z"
168168
description: Enables teams to adopt GitOps principles for managing cluster configurations
169169
and application delivery across hybrid multi-cluster Kubernetes environments.
170170
features.operators.openshift.io/disconnected: "true"
@@ -1115,6 +1115,7 @@ spec:
11151115
11161116
name: shoubhik
11171117
maturity: alpha
1118+
minKubeVersion: 1.25.0
11181119
provider:
11191120
name: Red Hat Inc
11201121
replaces: gitops-operator.v1.7.3

config/manifests/patches/description.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
cluster configurations and automating secure and repeatable application delivery
2323
across hybrid multi-cluster Kubernetes environments. OpenShift GitOps is built
2424
around Argo CD as the core upstream project and assists customers to establish
25-
an end-to-end application delivery workflow on GitOps principles.\n"
25+
an end-to-end application delivery workflow on GitOps principles.\n"
26+
- op: add
27+
path: "/spec/minKubeVersion"
28+
value: "1.25.0"

0 commit comments

Comments
 (0)