Skip to content

Commit

Permalink
Merge pull request #120 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…19-to-redhat-3.11

[redhat-3.11] chore: add `features.operators.openshift.io/*` annotations
  • Loading branch information
dmage committed Mar 20, 2024
2 parents 24f3c51 + 77a3c95 commit d290a6c
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 d290a6c

Please sign in to comment.