-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make 1.6.0 upgradable to 1.6.1 in openshift < 4.9
Signed-off-by: Piyush Nimbalkar <[email protected]>
- Loading branch information
Piyush Nimbalkar
committed
Nov 23, 2021
1 parent
16186f1
commit 944bf00
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ metadata: | |
name: portworx-operator.v1.6.1 | ||
namespace: placeholder | ||
annotations: | ||
olm.skipRange: "<1.6.1" | ||
capabilities: Auto Pilot | ||
categories: "Storage" | ||
description: Cloud native storage solution for production workloads | ||
|
@@ -52,7 +53,6 @@ spec: | |
version: 1.6.1 | ||
minKubeVersion: "1.12.0" | ||
maturity: stable | ||
replaces: portworx-operator.v1.6.0 | ||
maintainers: | ||
- name: Portworx | ||
email: [email protected] | ||
|