Skip to content

Commit

Permalink
Merge pull request #119 from dmage/features-annotations
Browse files Browse the repository at this point in the history
chore: add `features.operators.openshift.io/*` annotations
  • Loading branch information
openshift-merge-bot[bot] committed Mar 20, 2024
2 parents a5c6b15 + 1f3b080 commit 62404a3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ metadata:
containerImage: registry-proxy.engineering.redhat.com/rh-osbs/quay-quay-bridge-operator-rhel8:v3.6.0
createdAt: 2021-07-09 14:07 UTC
description: Enhance OCP using Red Hat Quay container registry
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "false"
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.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/quay/quay-bridge-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ metadata:
categories: OpenShift Optional
containerImage: quay.io/quay/quay-bridge-operator:latest
description: Enhance OCP using Red Hat Quay container registry
operators.openshift.io/infrastructure-features: '["Disconnected"]'
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "false"
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.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/quay/quay-bridge-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ metadata:
categories: OpenShift Optional
containerImage: quay.io/quay/quay-bridge-operator:latest
description: Enhance OCP using Red Hat Quay container registry
operators.openshift.io/infrastructure-features: '["Disconnected"]'
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "false"
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/quay/quay-bridge-operator
name: quay-bridge-operator.v0.0.0
namespace: placeholder
Expand Down

0 comments on commit 62404a3

Please sign in to comment.