Skip to content

Commit b853e96

Browse files
committed
Adding minikube version compatability code
Signed-off-by: Sarfaraz Ahamad <[email protected]>
1 parent 34f5ec7 commit b853e96

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

+2-1
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-01-30T07:45:55Z"
167+
createdAt: "2025-02-10T10:43:31Z"
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/kustomization.yaml

+7-1
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
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)