From 2b305d5346cb30371323d5ad6770392218d1cdec Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Wed, 27 Sep 2023 14:03:51 -0400 Subject: [PATCH] odf: upgrade to latest stable-4.11 version This is needed in order to upgrade past OpenShift cluster version 4.11: Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.10.14 is incompatible with OpenShift minor versions greater than 4.11 --- .../subscriptions/odf-operator/subscription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-scope/base/operators.coreos.com/subscriptions/odf-operator/subscription.yaml b/cluster-scope/base/operators.coreos.com/subscriptions/odf-operator/subscription.yaml index 677ed61f..83c2cad0 100644 --- a/cluster-scope/base/operators.coreos.com/subscriptions/odf-operator/subscription.yaml +++ b/cluster-scope/base/operators.coreos.com/subscriptions/odf-operator/subscription.yaml @@ -3,7 +3,7 @@ kind: Subscription metadata: name: odf-operator spec: - channel: stable-4.10 + channel: stable-4.11 installPlanApproval: Automatic name: odf-operator source: redhat-operators