add 3 tags to the base operator manifest

- containerImage is required by the comunity-operators PR checks
- repository and createdAt are shown on the operator page:
  https://operatorhub.io/operator/intel-device-plugins-operator

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
Ed Bartosh 2021-08-19 13:16:48 +03:00
parent 95bbc1049f
commit c4483f4f06
2 changed files with 5 additions and 2 deletions

View File

@ -198,9 +198,9 @@ There are few useful steps when working with changes to Device Plugins CRDs and
## How to publish a new version of the Intel Device Plugins operator to operatorhub.io
Update metadata.annotations.containerImage field in the base CSV manifest file
Update metadata.annotations.containerImage and metadata.annotations.createdAT fields in the base CSV manifest file
deployments/operator/manifests/bases/intel-device-plugins-operator.clusterserviceversion.yaml
to match current operator version
to match current operator version and current date
Generate package manifests with:
```

View File

@ -5,9 +5,12 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Drivers and plugins
containerImage: intel/intel-deviceplugin-operator:0.21.0
createdAt: "2021-08-18"
description: This One Operator is a Kubernetes custom controller whose goal is to serve the installation and lifecycle management of Intel device plugins for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/intel/intel-device-plugins-for-kubernetes
name: intel-device-plugins-operator.v0.0.0
namespace: placeholder
spec: