From 1f471e3d8828b2960b2a94d76967b0e2ec10b309 Mon Sep 17 00:00:00 2001 From: Vinu K Date: Sun, 1 Oct 2023 20:36:55 +0530 Subject: [PATCH] chore: Add CSV spec.minKubeVersion - Set spec.minKubeVersion to 1.23.13 Fixes #94 --- bundle/manifests/shipwright-operator.clusterserviceversion.yaml | 1 + .../bases/shipwright-operator.clusterserviceversion.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle/manifests/shipwright-operator.clusterserviceversion.yaml b/bundle/manifests/shipwright-operator.clusterserviceversion.yaml index 2117baec..38201bdd 100644 --- a/bundle/manifests/shipwright-operator.clusterserviceversion.yaml +++ b/bundle/manifests/shipwright-operator.clusterserviceversion.yaml @@ -898,6 +898,7 @@ spec: - email: shipwright-dev@lists.shipwright.io name: The Shipwright Contributors maturity: alpha + minKubeVersion: 1.23.13 provider: name: The Shipwright Contributors url: https://shipwright.io diff --git a/config/manifests/bases/shipwright-operator.clusterserviceversion.yaml b/config/manifests/bases/shipwright-operator.clusterserviceversion.yaml index 4bc93118..fab81ba4 100644 --- a/config/manifests/bases/shipwright-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/shipwright-operator.clusterserviceversion.yaml @@ -224,6 +224,7 @@ spec: - email: shipwright-dev@lists.shipwright.io name: The Shipwright Contributors maturity: alpha + minKubeVersion: 1.23.13 provider: name: The Shipwright Contributors url: https://shipwright.io