Skip to content

Commit d985979

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 be08b8a commit d985979

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 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: "2025-02-04T04:47:17Z"
167+
createdAt: "2025-02-04T06:43:39Z"
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"

config/manifests/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@ patchesJson6902:
6060
version: v1alpha1
6161
kind: ClusterServiceVersion
6262
name: gitops-operator.v1.8.0
63-
path: patches/description.yaml
63+
path: patches/description.yaml
64+
- target:
65+
group: operators.coreos.com
66+
version: v1alpha1
67+
kind: ClusterServiceVersion
68+
name: gitops-operator.v1.8.0
69+
path: patches/min-kube-version.yaml

config/manifests/patches/description.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@
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"
26-
- op: add
27-
path: "/spec/minKubeVersion"
28-
value: "1.25.0"
25+
an end-to-end application delivery workflow on GitOps principles.\n"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- op: add
2+
path: "/spec/minKubeVersion"
3+
value: "1.25.0"

0 commit comments

Comments
 (0)