Skip to content

Commit

Permalink
Merge pull request #191 from mbaldessari/fix-csv
Browse files Browse the repository at this point in the history
Add infrastructure feature annotations
  • Loading branch information
mbaldessari authored Apr 16, 2024
2 parents ea601f1 + 5c63d0c commit 5f4ea44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bundle/manifests/patterns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ metadata:
containerImage: quay.io/hybridcloudpatterns/patterns-operator:0.0.44
createdAt: 2024-04-11 14:00:46
description: An operator to deploy and manage architecture patterns from https://validatedpatterns.io
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/validatedpatterns/patterns-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ metadata:
categories: OpenShift Optional
containerImage: quay.io/hybridcloudpatterns/patterns-operator:0.0.1
description: An operator to deploy and manage architecture patterns from https://validatedpatterns.io
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
repository: https://github.com/validatedpatterns/patterns-operator
support: [email protected]
name: patterns-operator.v0.0.0
Expand Down

0 comments on commit 5f4ea44

Please sign in to comment.