Skip to content

Commit

Permalink
Merge pull request #348 from jeff-roche/seamless-upgrades
Browse files Browse the repository at this point in the history
OCPVE-362: feat: Marked the operator bundle capabilities level as Seamless Upgrades
  • Loading branch information
jeff-roche authored May 25, 2023
2 parents c501536 + 5d54731 commit c014fe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle/manifests/lvms-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
}
}
]
capabilities: Basic Install
capabilities: Seamless Upgrades
categories: Storage
containerImage: quay.io/lvms_dev/lvms-operator:latest
description: Logical volume manager storage provides dynamically provisioned local
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
capabilities: Seamless Upgrades
categories: Storage
containerImage: quay.io/lvms_dev/lvms-operator:latest
description: Logical volume manager storage provides dynamically provisioned local storage for container workloads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
capabilities: Seamless Upgrades
categories: Storage
containerImage: quay.io/lvms_dev/lvms-operator:latest
description: Logical volume manager storage provides dynamically provisioned local storage for container workloads
Expand Down

0 comments on commit c014fe7

Please sign in to comment.