Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix: RHIDP-1696 switch to RHDH subscription... (#267)
Browse files Browse the repository at this point in the history
* fix: RHIDP-1696 switch to RHDH subscription (not OCP) and switch to fips non-compliance for now (RHIDP-294)

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* include replaces: rhdh-operator.v1.1.0 directive too

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Mar 20, 2024
1 parent 7fc0c00 commit 21c9824
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .rhdh/bundle/manifests/rhdh-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ metadata:
which can help streamline the process of setting up a self-managed internal
developer portal for adopters who are just starting out.
operatorframework.io/suggested-namespace: rhdh-operator
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.openshift.io/valid-subscription: '["Red Hat Developer Hub"]'
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
# Infrastructure Feature Test annotations - must be strings, not booleans - see https://issues.redhat.com/browse/RHIDP-294
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
Expand Down Expand Up @@ -342,5 +341,4 @@ spec:
name: Red Hat Inc.
url: https://www.redhat.com/
version: 1.2.0
# TODO: once we have a published 1.1.0 version in RHEC, we can use the replaces logic to support seamless upgrades
# replaces: rhdh-operator.v1.1.0
replaces: rhdh-operator.v1.1.0

0 comments on commit 21c9824

Please sign in to comment.