Skip to content

Commit

Permalink
Merge pull request #18 from Fedosin/update_csv
Browse files Browse the repository at this point in the history
Bug 1835654: Update CSV manifest
  • Loading branch information
openshift-merge-robot committed May 27, 2020
2 parents c51316f + 726298a commit d996585
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: csi-driver-manila-operator.v0.0.1
name: csi-driver-manila-operator.v4.5.0
namespace: openshift-manila-csi-driver-operator
annotations:
alm-examples: >-
Expand All @@ -15,8 +15,9 @@ metadata:
container orchestrator.
containerImage: quay.io/openshift/origin-csi-driver-manila-operator
support: Red Hat
capabilities: Basic Install
capabilities: Seamless Upgrades
repository: 'https://github.com/openshift/csi-driver-manila-operator'
"operatorframework.io/suggested-namespace": openshift-manila-csi-driver-operator
spec:
displayName: CSI Driver Manila Operator
description: >+
Expand All @@ -34,15 +35,17 @@ spec:
provisioning of RWX persistent volumes on OpenStack.
maturity: alpha
version: 0.0.1
version: 4.5.0
replaces: ''
skips: []
minKubeVersion: 1.14.0
minKubeVersion: 1.17.0
keywords:
- OpenStack Manila
- Manila CSI
- CSI
maintainers:
- name: Red Hat
email: aos-storage-staff@redhat.com
- name: OpenShift ShiftStack Team
email: shiftstack-team@redhat.com
provider:
Expand Down Expand Up @@ -451,9 +454,9 @@ spec:
serviceAccountName: csi-driver-manila-operator
installModes:
- type: OwnNamespace
supported: true
supported: false
- type: SingleNamespace
supported: true
supported: false
- type: MultiNamespace
supported: false
- type: AllNamespaces
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,5 +1,5 @@
package version

var (
Version = "0.0.1"
Version = "4.5.0"
)

0 comments on commit d996585

Please sign in to comment.