Skip to content

Commit

Permalink
Set max supported openshift version to 4.8
Browse files Browse the repository at this point in the history
Openshift 4.9 will use Kubernetes 1.22 which does not support
CRD v1beta1. We are adding support for 4.9 in operator 1.6.0.

Signed-off-by: Piyush Nimbalkar <[email protected]>
  • Loading branch information
Piyush Nimbalkar committed Sep 21, 2021
1 parent 765fe58 commit a20b4f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: portworx-operator.v1.5.2
namespace: placeholder
annotations:
olm.properties: '[{"type": "olm.maxOpenShiftVersion", "value": "4.8"}]'
capabilities: Auto Pilot
categories: "Storage"
description: Cloud native storage solution for production workloads
Expand Down

0 comments on commit a20b4f0

Please sign in to comment.