Skip to content

Commit

Permalink
fix: set required annotations
Browse files Browse the repository at this point in the history
This is being enforced now in redhat-openshift-ecosystem/community-operators-prod

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
  • Loading branch information
moolen committed Jan 3, 2024
1 parent 4e0ff9e commit 0e8ae74
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 298 deletions.
3 changes: 3 additions & 0 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorfra
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/

LABEL com.redhat.openshift.versions="v4.6"
LABEL com.redhat.delivery.operator.bundle=true

# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
Expand Down
594 changes: 297 additions & 297 deletions bundle/manifests/external-secrets-operator.clusterserviceversion.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ annotations:
# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/

com.redhat.openshift.versions: “v4.6”
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
support: "external-secrets"
alm-examples: '[]'
capabilities: Deep Insights
categories: Security
Expand Down Expand Up @@ -166,7 +167,7 @@ spec:
- email: contact@external-secrets.io
name: external-secrets community
maturity: alpha
minKubeVersion: 1.16.0
minKubeVersion: 1.19.0
provider:
name: External Secrets
url: https://external-secrets.io
Expand Down

0 comments on commit 0e8ae74

Please sign in to comment.